QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#98839#5827. 异或图alch07Compile Error//C++142.9kb2023-04-20 13:30:412023-04-20 13:30:44

详细

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++){
      |                                  ^