QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#839812 | #4. Gap | daoquanglinh2007 | Compile Error | / | / | C++20 | 1.1kb | 2025-01-02 10:08:02 | 2025-01-02 10:08:02 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void dnc(long long int, long long int)’: answer.code:15:32: error: ‘N’ was not declared in this scope 15 | if ((int)arr.size() == N) return; | ^