Run ID:87504

提交时间:2024-08-10 15:19:08

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