QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#45503#4564. Digital CircuitHuangHanShengCompile Error//C++171.1kb2022-08-24 12:03:282022-08-24 12:03:30

詳細信息

answer.code: In function ‘int count_ways(int, int)’:
answer.code:54:19: error: ‘P’ was not declared in this scope
   54 |             black[P[i]]--;
      |                   ^
answer.code:59:19: error: ‘P’ was not declared in this scope
   59 |             black[P[i]]++;
      |                   ^