aj HDU - 1000--A + B Problem

问题来源 aj1000 问题描述 Calculate A + B. 输入 Each line will contain two integers A and B. Process to end of file. 输出 For each case, output A + B in one line 例子 AC的代码 #include <cstdio> int main() { int a, b;
相关文章
相关标签/搜索