摘要:
A + B Problem (4)时间限制(普通/Java):1000MS/3000MS 运行内存限制:65536KByte总提交:2496 测试通过:1249描述Calculate the sum of some integers.输入The input will consist... 阅读全文
摘要:
HomeProblems1086A + B Problem (3)时间限制(普通/Java):1000MS/3000MS 运行内存限制:65536KByte总提交:2317 测试通过:1452描述Calculate a + b.输入The input will consist of... 阅读全文
摘要:
A + B Problem (2)时间限制(普通/Java):1000MS/3000MS 运行内存限制:65536KByte总提交:2600 测试通过:1372描述Calculate a + b.输入The input will consist of a series of pai... 阅读全文
摘要:
A + B Problem (1)时间限制(普通/Java):1000MS/3000MS 运行内存限制:65536KByte总提交:5907 测试通过:1516描述Calculate a + b.输入The input will consist of a series of pai... 阅读全文
摘要:
回文回文!时间限制(普通/Java):1000MS/3000MS 运行内存限制:65536KByte总提交:967 测试通过:338描述回文是一种有趣的现象。英语中单词Palindromes指顺读倒读都一样的词语,比如radar,reviver,repaper,deified,ro... 阅读全文
摘要:
3n+1时间限制(普通/Java):1000MS/3000MS 运行内存限制:65536KByte总提交:937 测试通过:386描述对于任意大于1的自然数n,若n为奇数,则将n将变为3n+1,否则变为n的一半。经过若干次这样的变换,一定会使n变为1。例如3→10→5→16→8→4... 阅读全文