Run ID:130154
提交时间:2025-09-07 18:33:58
#include<iostream> using namespace std; int main() { int a = 123 int b = 456 cout<<"sum is"<<a+b<<endl; }