提交时间:2020-07-28 19:25:40
运行 ID: 5280
#include<bits/stdc++.h> using namespace std; int main(){ int n; cin>>n; return 0; }