Run ID:4061

提交时间:2024-07-27 14:42:51

# include<iostream> using namespace std; int main(){ int a=123,b=456; cout<<"sum is "<<a+b<<endl; return 0; }