QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#878761 | #9737. Let's Go! New Adventure | ucup-team5330 | Compile Error | / | / | C++14 | 1.7kb | 2025-02-01 17:27:50 | 2025-02-01 17:27:56 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘void solve()’: answer.code:35:63: error: ‘sum’ was not declared in this scope 35 | f[i] = f[j] + upper_bound(sb + 1, sb + m + 1, sum[i] - sum[j]) - sb - 1 - c; | ^~~