QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#872383 | #8613. Cardinality | ucup-team3705# | Compile Error | / | / | C++23 | 2.6kb | 2025-01-26 01:09:40 | 2025-01-26 01:09:42 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code:87:1: error: extended character is not valid in an identifier 87 | n = 10000; | ^ answer.code: In function ‘int main()’: answer.code:87:1: error: ‘ n’ was not declared in this scope 87 | n = 10000; | ^~~