Run ID:3049

提交时间:2024-03-23 20:01:19

#include <iostream> using namespace std; int main(){ int a,b; cin>>a; cin>>b; cout<<a+b<<endl; return 0; }