Questions tagged «unicode»

对于涉及unicode的挑战。

3
朝鲜语字典顺序
目标 给定一串韩文音节,按朝鲜语字典顺序对字符进行排序。 韩文音节简介 朝鲜文(한글)是世宗大王发明的朝鲜文书写系统。韩文音节分配在Unicode点U + AC00 – U + D7A3中。韩文音节由初始辅音,元音和可选的最终辅音组成。 初始辅音为: ㄱ ㄲ ㄴ ㄷ ㄸ ㄹ ㅁ ㅂ ㅃ ㅅ ㅆ ㅇ ㅈ ㅉ ㅊ ㅋ ㅌ ㅍ ㅎ 元音是: ㅏ ㅐ ㅑ ㅒ ㅓ ㅔ ㅕ ㅖ ㅗ ㅘ ㅙ ㅚ ㅛ ㅜ ㅝ ㅞ ㅟ ㅠ ㅡ …

4
再次提醒我?
介绍 听说过提醒吗?没有?直到大约2年前,我才这么做。它的基本前提是教师发出提醒并与学生进行交流。很整洁吧?它甚至允许您发送表情并对消息做出反应!我每天都会这样做。 但是,关于提醒的一件事是,老师总是发送“做功课!”。“如果不这样做,您将得到F!”。但是,也有一些有用的东西,例如“星期二测试”或偶尔的“祝您愉快!”。我几乎总是对竖起大拇指表示满意,但有时,我不得不竖起大拇指。 挑战 今天的任务是找出消息是否具有一定含义。如果它具有肯定的含义,请竖起大拇指回复。如果它具有否定含义,请以大拇指朝下答复。 我应该如何发现内涵? 正含义通常包含3个字。这三个词是:快乐,好和通过。 负数也将包含3。那3:测试,失败和家庭作业。 我要测试什么? 您正在测试以查看邮件中是否包含肯定,否定或两者含义。 如果消息具有肯定的含义,请继续操作并返回unicode 码点以供竖起大拇指(U + 1F44D)。 如果它具有否定含义,请返回拇指朝下的Unicode代码点(U + 1F44E)。 如果消息同时具有否定含义和肯定含义,请返回中性面孔(U + 1F610)的代码点。 如果由于其他原因没有任何含义,则返回一个很好的耸耸肩(¯__(ツ)_ /¯)。如果耸肩没有正确显示,这是耸肩的Emojipedia链接 约束条件 程序必须将一条消息作为输入。 正含义必须返回大拇指代码点(U + 1F44D) 负含义必须返回大拇指朝下的代码点(U + 1F44E)。 如果消息具有两个含义,请返回中性面部代码点(U + 1F610)。 如果消息没有含义,则返回耸肩(¯\ _(ツ)_ /¯)。 这是 代码高尔夫球,最短字节获胜 测试用例。 Input -> Output Happy Good Friday! -> U+1F44D Congrats, you just …

2
一百个最常用的单词
之所以写这个问题,是因为“ Thing Explainer”很有趣,并且给了我一个主意。 编写“使计算机做事的东西”,以读取/获取一组字母,数字和类似的东西"#%|?,True / 1如果所有单词都属于该集合,则返回。 如果所有单词都不属于该集合,请返回不属于该集合的单词。 在任何情况下都可以认为本网站是正确的。编写规则是为了遵守该站点上的规范。 例子: Truthy: 如果将第一条水平线上方的整个文本粘贴为输入,则代码应返回真实值。 以下几行应返回真实值(输入之间用分隔###) This returns "Hello, World!" ### tHiS rEtUrNs TrUe... ### Thing Explainer is a book written by a man. The man writes books with simple words. ### This set of stuff "#!^{>7( must return true 虚假的: 在以下示例中,输入和输出用分隔***。不同的测试用例用分隔###。 This code …
9 code-golf  string  parsing  code-golf  array-manipulation  random  permutations  code-golf  string  code-golf  parsing  code-golf  string  quine  code-golf  string  parsing  comment  code-golf  string  counting  natural-language  code-golf  string  decision-problem  code-golf  math  code-challenge  metagolf  test-battery  code-golf  string  code-golf  math  number  arithmetic  source-layout  code-golf  number  primes  decision-problem  code-golf  math  arithmetic  code-golf  date  code-golf  string  cryptography  code-golf  code-golf  chess  board-game  code-golf  geometry  grid  puzzle-solver  set-partitions  code-golf  number  natural-language  code-golf  ascii-art  code-golf  math  code-golf  string  ascii-art  kolmogorov-complexity  code-golf  string  natural-language  code-golf  game  board-game  tic-tac-toe  code-golf  ascii-art  hexagonal-grid  code-golf  string  comment  code-golf  internet  code-golf  sorting  code-golf  kolmogorov-complexity  unicode  code-golf  tips  code-golf  string  natural-language  code-golf  string  kolmogorov-complexity  source-layout  hello-world  code-golf  string  kolmogorov-complexity  counting  natural-language  code-golf  random  quine  code-golf  string  math  bitwise  code-golf  permutations  code-golf  string  code-golf  arithmetic 
By using our site, you acknowledge that you have read and understand our Cookie Policy and Privacy Policy.
Licensed under cc by-sa 3.0 with attribution required.