Run ID | 作者 | 问题 | 语言 | 测评结果 | 分数 | 时间 | 内存 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
52557 | AK2022071355 | 子网 | C++ | 解答错误 | 35 | 0 MS | 360 KB | 198 | 2022-07-19 13:02:34 |
#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; }