Run ID:5847
提交时间:2024-12-19 14:24:38
#include <bits/stdc++.h> using namespace std; int main() { cout<<123<<endl; cout<<456; return 0; }