QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#458746 | #6856. Easy problem I | HuangHanSheng | Compile Error | / | / | C++17 | 546b | 2024-06-29 18:59:59 | 2024-06-29 19:00:00 |
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:13:17: error: ‘p’ was not declared in this scope 13 | p[i] = p[i - 1] + a[i]; | ^