Run ID:112310
提交时间:2025-03-09 12:47:23
clude<bits/stdc++.h> using namespace std; int main(){ int a; int b; a=123; b=456; cout<<"sum is"<<a+b; }