QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#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.
Details
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, ) | ^