QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#147696 | #3531. Prime or number | MaMengQi | Compile Error | / | / | C++20 | 612b | 2023-08-23 14:18:28 | 2023-08-23 14:18:29 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve()’: answer.code:13:21: error: ‘ok’ was not declared in this scope 13 | for (i64 i = 2; ok && i < n; ++i) { | ^~