QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#611698 | #5156. Going in Circles | pokorfanclub# | Compile Error | / | / | C++14 | 1.5kb | 2024-10-04 22:11:37 | 2024-10-04 22:11:39 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘u64 gen()’: answer.code:31:16: error: missing template arguments before ‘ss’ 31 | vector ss(64, -1); | ^~ answer.code:34:17: error: ‘ss’ was not declared in this scope; did you mean ‘s’? 34 | ss[i] = rng() % 2; | ^~ | s answer.code:58:23: error: ‘ss’ was not declared in this scope; did you mean ‘s’? 58 | for (int& x : ss) { | ^~ | s