提交时间:2021-04-03 11:49:48
运行 ID: 6536
#include<bits/stdc++.h> using namespace std; int n; int main(){ cin>>n; cout<<1<<endl; return 0; }