Run ID:132483
提交时间:2025-10-08 17:56:29
#include<iostream> using namespace std; int main() { cout<<123<<endl<<456; return 0; }