Run ID:133842

提交时间:2025-10-22 19:19:23

#include<iostream> //导入头文件 using namespace std; int main(){ cout<<1<<endl<<5; return 0; }