Run ID:157529
提交时间:2026-07-29 10:24:19
#include<iostream> using namespace std; int main() { cout<<"123"<<endl<<"456"; return 0; }