QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#653269 | #7941. Jackpot | MaMengQi | Compile Error | / | / | C++98 | 505b | 2024-10-18 19:48:33 | 2024-10-18 19:48:34 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int main()’: answer.code:5:41: error: ‘nullptr’ was not declared in this scope 5 | ios::sync_with_stdio(false);cin.tie(nullptr); | ^~~~~~~ answer.code:23:13: error: ‘score’ was not declared in this scope 23 | score += a[2 * n - 1 - i] - a[i]; | ^~~~~