QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#116276 | #6661. 야유회 | DianasDog# | Compile Error | / | / | C++14 | 1.5kb | 2023-06-28 12:56:49 | 2024-05-31 18:27:06 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code:3:1: error: ‘bitset’ does not name a type 3 | bitset<10000005> ok; | ^~~~~~ answer.code:4:1: error: ‘mt19937’ does not name a type 4 | mt19937 rnd(22625025); | ^~~~~~~ answer.code: In function ‘void init()’: answer.code:24:28: error: ‘rnd’ was not declared in this scope 24 | shuffle(p,p+100000,rnd); | ^~~ answer.code:24:9: error: ‘shuffle’ was not declared in this scope 24 | shuffle(p,p+100000,rnd); | ^~~~~~~ answer.code:30:20: error: ‘ok’ was not declared in this scope 30 | if(ok[i]) continue; | ^~