Run ID:131694
提交时间:2025-09-30 21:36:02
#include<iostream> using namespace std; int main() { cout<<"123"endl; cout<<"456"; return 0; }