1 #include<iostream> 2 using namespace std; 3 int main() 4 { 5 int a,b; 6 cin>>a>>b; 7 cout<<a+b; 8 return 0; 9 }
本文来自博客园,作者:杰哥的博客,转载请注明原文链接:https://www.cnblogs.com/zxjwzn/p/15229929.html