摘要: Problem Description I have a very simple problem for you. Given two integers A and B, your job is to calculate the Sum of A + B. Input The first line 阅读全文
posted @ 2019-03-10 22:04 烈焰蔷薇 阅读(241) 评论(0) 推荐(0) 编辑
摘要: Problem Description In this problem, your task is to calculate SUM(n) = 1 + 2 + 3 + ... + n. Input The input will consist of a series of integers n, o 阅读全文
posted @ 2019-03-10 21:48 烈焰蔷薇 阅读(217) 评论(0) 推荐(0) 编辑
摘要: Problem Description Calculate A + B. Input Each line will contain two integers A and B. Process to end of file. Output For each case, output A + B in 阅读全文
posted @ 2019-03-10 18:12 烈焰蔷薇 阅读(162) 评论(0) 推荐(0) 编辑