Run ID:144086
提交时间:2026-01-18 19:50:25
#include<iostream> using namespace std; int main(){ int a=123,b=456; cout<<"sum is"<<a+b; return 0; }