Run ID:97149

提交时间:2024-11-10 14:10:29

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