Run ID:112300
提交时间:2025-03-09 12:42:36
#include<bits/stdc++.h> using namespace std; int main(){ int a,b,s; a=123; b=456; s=a+b; cout<<s; return 0; }