提交时间:2022-07-19 13:02:34
运行 ID: 52557
#include <bits/stdc++.h> using namespace std; vector<int> v[4401]; bool used[4401]; bool flag = true; int main() { int n,m; scanf("%d%d",&n,&m); printf("%d\n",n / 2); return 0; }