Run ID:153745
提交时间:2026-05-23 18:11:47
#include<bits/stdc++.h> using namespace std; int main() cout<<"sum is"<<(123+456)<<endl; return 0; }