QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#189139#3286. Black or Whitenew_dawn_2#Compile Error//C++201.4kb2023-09-26 21:39:482023-09-26 21:39:49

详细

answer.code: In function ‘int main()’:
answer.code:35:15: error: ‘B’ was not declared in this scope
   35 |     dp[n] = 0;B
      |               ^
answer.code:36:24: error: ‘i’ was not declared in this scope
   36 |     for(int i = n - 1; i >= 0; i--){
      |                        ^