Run ID:131980
提交时间:2025-10-02 20:50:28
#include<iostream> using namespace std; int main() { cout<<123endl<<456; return 0; }