Run ID:91602

提交时间:2024-09-22 11:05:32

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