Run ID:128195

提交时间:2025-08-09 18:59:08

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