QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#547570 | #8939. Permutation | ucup-team1332# | Compile Error | / | / | C++98 | 668b | 2024-09-04 23:02:40 | 2024-09-04 23:02:41 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
In file included from /usr/include/c++/13/cassert:44, from /usr/include/x86_64-linux-gnu/c++/13/bits/stdc++.h:106, from answer.code:1: answer.code: In function ‘int qry(int, int)’: answer.code:8:24: error: ‘n’ was not declared in this scope 8 | assert(sumlen<=n*3); | ^