摘要: How many 0's? Description A Benedict monk No.16 writes down the decimal representations of all natural numbers between and including m and n, m ≤ n. H 阅读全文
posted @ 2018-01-29 18:06 山枫叶纷飞 阅读(203) 评论(0) 推荐(0)
摘要: 简单计算器 Problem Description 读入一个只包含 +, -, *, / 的非负整数计算表达式,计算该表达式的值。 Input 测试输入包含若干测试用例,每个测试用例占一行,每行不超过200个字符,整数和运算符之间用一个空格分隔。没有非法表达式。当一行中只有0时输入结束,相应的结果不 阅读全文
posted @ 2018-01-29 10:11 山枫叶纷飞 阅读(449) 评论(0) 推荐(0)