Run ID:101182
提交时间:2024-12-14 15:35:11
#include <iostream> suing namespace std; int main() { cout<<123<<endl; cout<<456<<endl; return 0; }