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