Run ID:90154

提交时间:2024-09-08 09:50:07

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