Run ID:108254
提交时间:2025-01-20 08:44:53
#include <iostream> using namespace std; int main() { cout<<123<<endl<<456; return 0; }