提交时间:2026-05-22 15:47:54
运行 ID: 89177
#include<bits/stdc++.h> using namespace std; int main(){ int m; cin>>m; cout<<"中等"; return 0; }