QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#458743 | #6856. Easy problem I | ZhangYiDe | Compile Error | / | / | C++17 | 545b | 2024-06-29 18:58:45 | 2024-06-29 18:58:46 |
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:20:9: error: expected primary-expression before ‘=’ token 20 | if (j < = r) a[j] = abs(a[j] - x); | ^