Run ID:138606
提交时间:2025-11-29 10:43:39
#include<iostream> using namespace std; int main() { cout<<123<<endl<<456; return 0; }