QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#98839 | #5827. 异或图 | alch07 | Compile Error | / | / | C++14 | 2.9kb | 2023-04-20 13:30:41 | 2023-04-20 13:30:44 |
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:85:34: error: ‘j’ was not declared in this scope 85 | for(int i = 0; i < (1 << n); j++){ | ^