Run ID:147885

提交时间:2026-02-08 22:43:52

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