Run ID:107668
提交时间:2025-01-18 11:09:29
#include<iostream> using namespace std; int main(){ cout<<123<<endl; cout<<456; return 0; }