Run ID:142662
提交时间:2026-01-11 15:02:17
#include <bits/stdc++.h> using namespace std; int main(){ cout<<123<<endl<<456; return 0; }