竞赛
考级
#include <iostream> #include <vector> #include <cmath> using namespace std; int main() { ios::sync_with_stdio(false); cin.tie(nullptr); }
村里人