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