Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
51589 wangjiajian 树上博弈 C++ 解答错误 0 56 MS 244 KB 257 2022-07-13 11:54:36

Tests(0/20):


#include <bits/stdc++.h> using namespace std; int x, a, b, c; int main() { srand(time(0)*88); scanf("%d", &x); while(x--) cin >> a >> b >> c; cin >> x; while(x--) cout << rand()%10 << '\n'; return 0; }


测评信息: