Run ID:90455
提交时间:2024-09-15 08:27:10
#include<iostream> using namespace std; int main(){ cout<<"sum is "<<123+456<<endl; return 0; }