QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#512375 | #1780. Intact Intervals | HuangHanSheng | Compile Error | / | / | C++17 | 1.3kb | 2024-08-10 14:20:37 | 2024-08-10 14:20:37 |
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:45:5: error: ‘prefix_sum’ was not declared in this scope 45 | prefix_sum[0] = 0; | ^~~~~~~~~~