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