Run ID:157531

提交时间:2026-07-29 10:29:42

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