Run ID:133843
提交时间:2025-10-22 19:20:25
#include<iostream> //导入头文件 using namespace std; int main(){ cout<<1<<endl; cout<<5; return 0; }