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;
相關文章
相關標籤/搜索