Run ID:133697

提交时间:2025-10-20 17:07:04

#include<iostream> using namespace std; int main(){ cout<<123; cout<<endl; cout <<456; return 0; }