Run ID:90156
提交时间:2024-09-08 09:53:19
#include<iostream> using namespace std; int main(){ cout<<"sum is 579 "<<1+2<<endl; return 0; }