Run ID:132472
提交时间:2025-10-08 15:16:24
#include<iostream> using namespace std; int main() { cout<<"123"<<endl<<"456"; return 0; }