摘要: Problem Description 读入两个小于100的正整数A和B,计算A+B.需要注意的是:A和B的每一位数字由对应的英文单词给出. Input 测试输入包含若干测试用例,每个测试用例占一行,格式为"A + B =",相邻两字符串有一个空格间隔.当A和B同时为0时输入结束,相应的结果不要输出 阅读全文
posted @ 2018-02-25 09:00 霜雪千年 阅读(190) 评论(0) 推荐(0) 编辑
摘要: Problem Description Problems in Computer Science are often classified as belonging to a certain class of problems (e.g., NP, Unsolvable, Recursive). I 阅读全文
posted @ 2018-02-25 08:23 霜雪千年 阅读(508) 评论(0) 推荐(0) 编辑