提交时间:2025-12-19 16:54:09
运行 ID: 76736
#include<bits/stdc++.h> using namespace std; int main() { int n; cin>>n; cout<<"中等"; return 0; }