Run ID:142598

提交时间:2026-01-11 14:38:44

#include<iostream> #include<string> int a,b; cin>>a>>b; cout<<a+b<<endl; return 0; }