Run ID:134346
提交时间:2025-10-27 16:14:17
#include<iostream> using namespace std; int main (){ int a=123; int b=456; cout<<"sum is "<<a+b; }