Run ID:107682
提交时间:2025-01-18 11:12:41
#include<iostream> using namespace std; int main(){ cout<<"sum is"<<' '<<123+456<<endl; return 0; }