Run ID:142651
提交时间:2026-01-11 15:00:06
using namespace std; int main(){ int a=123,b=456; cout<<"sum is"<<" "<<a+b<<endl; return 0; }