Run ID:127477
提交时间:2025-07-27 20:20:33
#include<iostream> using namespace std; int main() { int a; int b; cin>>a; cin>>b; cout<<a+b; return 0; }