A+B Problem(1000)

#include <iostream> using namespace std; void main() { int a,b; cin>>a>>b; cout<<a+b<<endl; } 转载于:https://www.cnblogs.com/tiandsp/archive/2012/02/08/2342772.htmlhtml
相关文章
相关标签/搜索