Run ID:107679

提交时间:2025-01-18 11:12:15

#include<iostream> using namespace std; int main(){ cout<<"sum is"<<123+456<<endl; return 0; }