摘要: Babelfish Time Limit: 3000MS Memory Limit: 65536K Total Submissions: 44545 Accepted: 18803 Description You have just moved from Waterloo to a big city 阅读全文
posted @ 2017-07-06 23:11 ZERO- 阅读(286) 评论(0) 推荐(0) 编辑
摘要: B. Hamming Distance Sum time limit per test 2 seconds memory limit per test 256 megabytes input standard input output standard output Genos needs your 阅读全文
posted @ 2017-07-06 23:10 ZERO- 阅读(239) 评论(0) 推荐(0) 编辑
摘要: A. Saitama Destroys Hotel time limit per test 1 second memory limit per test 256 megabytes input standard input output standard output A. Saitama Dest 阅读全文
posted @ 2017-07-06 23:04 ZERO- 阅读(280) 评论(0) 推荐(0) 编辑
摘要: sscanf 读取格式化的字符串中的数据。 swscanf 是 sscanf 的宽字符版本;swscanf 的参数是宽字符串。 sscanf不处理多字节的十六进制字符。swscanf不处理 Unicode 全角十六进制或"兼容性区"字符。 除此以外,swscanf 和 sscanf 的行为完全相同。 阅读全文
posted @ 2017-07-04 20:05 ZERO- 阅读(357) 评论(0) 推荐(0) 编辑
摘要: 11461 - Square Numbers Time limit: 1.000 seconds A square number is an integer number whose square root is also an integer. For example 1, 4, 81 are s 阅读全文
posted @ 2017-07-03 21:05 ZERO- 阅读(200) 评论(0) 推荐(0) 编辑
摘要: 12050 - Palindrome Numbers Time limit: 3.000 seconds A palindrome is a word, number, or phrase that reads the same forwards as backwards. For example, 阅读全文
posted @ 2017-07-03 20:50 ZERO- 阅读(216) 评论(0) 推荐(0) 编辑
摘要: 10339 - Watching Watches Time limit: 3.000 seconds It has been said that a watch that is stopped keeps better time than one that loses 1 second per da 阅读全文
posted @ 2017-07-03 20:44 ZERO- 阅读(165) 评论(0) 推荐(0) 编辑
摘要: substr()函数: VFP字符函数的一种。表示的是字符型函数。格式是:SUBSTR(<字符表达式>、<数值表达式1>[,<数值表达式2>] 中文名:子串截取函数 外文名:SUBSTR 返回值类型:字符型 SUBSTR(cExpression,nStartPosition [,nCharacter 阅读全文
posted @ 2017-07-02 23:11 ZERO- 阅读(1093) 评论(0) 推荐(0) 编辑
摘要: 曼哈顿距离: 是由十九世纪的赫尔曼·闵可夫斯基所创词汇 ,是种使用在几何度量空间的几何学用语,用以标明两个点在标准坐标系上的绝对轴距总和。 曼哈顿距离——两点在南北方向上的距离加上在东西方向上的距离,即d(i,j)=|xi-xj|+|yi-yj|。 对于一个具有正南正北、正东正西方向规则布局的城镇街 阅读全文
posted @ 2017-07-02 22:54 ZERO- 阅读(9744) 评论(0) 推荐(0) 编辑
摘要: C. Watchmen time limit per test 3 seconds memory limit per test 256 megabytes input standard input output standard output Watchmen are in a danger and 阅读全文
posted @ 2017-07-02 22:41 ZERO- 阅读(363) 评论(0) 推荐(0) 编辑