标签:using 题目 desc pac esc clu ret names ios
1 1
2
1 #include <iostream> 2 using namespace std; 3 int a,b; 4 int main() { 5 while(cin >> a >> b) 6 cout << a+b << endl; 7 return 0; 8 }
标签:using 题目 desc pac esc clu ret names ios
原文地址:http://www.cnblogs.com/skl-hray/p/7634041.html