Run ID | 作者 | 问题 | 语言 | 测评结果 | 分数 | 时间 | 内存 | 代码长度 | 提交时间 |
---|---|---|---|---|---|---|---|---|---|
314211 | 陈柏丞 | NOIP2022提高:第三题 建造军营 | C++ | 编译错误 | 0 | 0 MS | 0 KB | 169 | 2024-12-12 17:23:27 |
#include <bits/stdc++.h> using namespace std; vector<int> v[500005]; bool fa[1000005]; int root; int n, m; int main() { cout << rand()%(1e9+7); return 0; }