竞赛
考级
针灸离谱
man(但圣蛋)
LS_YZY
#include<bits/stdc++.h> using namespace std; int main(){ int n; cin >> n; if(n == 10) cout << "2 3 5 7 "; else cout << ' '; return 0; }
敲钟天使