Run ID:91574
提交时间:2024-09-22 10:29:33
#include<iostream> using namespace std; int main() { cout<<"123"<<endl; cout<<"456"; return 0; }