QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#634578#9221. Missing Boundariesucup-team3475#Compile Error//C++202.0kb2024-10-12 17:39:132024-10-12 17:39:13

详细

answer.code: In function ‘void dfs(int, int, int)’:
answer.code:18:29: error: ‘alst’ was not declared in this scope; did you mean ‘last’?
   18 |     if(last > 0) dfs(x + 1, alst - (a[x + 1] - a[x]));
      |                             ^~~~
      |                             last
answer.code:20:16: error: expected primary-expression before ‘)’ token
   20 |     dfs(x + 1, )
      |                ^