Run ID:128196

提交时间:2025-08-09 19:06:08

ing namespace std; int #include<iostream> usmain() {int a; int b; cin>>a>>b; cout<<a+b; return 0; }