Run ID:97365
提交时间:2024-11-14 20:46:09
#include<iocsdae> #include<cstdio> using namespace std; int main(){ int a,b; cin>>a>>b; cout<<a+b; return 0; }