Run ID:153143
提交时间:2026-05-10 10:57:24
#include<bits/stdc++.h> using namespace std; int main() { int a=123; int b=456; cout<<sum is a+b; return 0; }