Run ID:104813

提交时间:2025-01-11 13:34:05

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