Run ID:131703

提交时间:2025-10-01 09:15:02

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