Run ID:144010

提交时间:2026-01-18 14:43:34

#include<bits/stdc++.h> using namespace std; int main(){ cout<<"sum is"<<123+456; return 0; }