Run ID:4565
提交时间:2024-08-21 20:30:30
# include<iostream> using namespace std; int main(){ cout<<123<<endl; cout<<456<<endl; return 0; }