QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#634578 | #9221. Missing Boundaries | ucup-team3475# | Compile Error | / | / | C++20 | 2.0kb | 2024-10-12 17:39:13 | 2024-10-12 17:39:13 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
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, ) | ^