QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#673397 | #7678. The Game | ucup-team2275 | Compile Error | / | / | C++14 | 2.5kb | 2024-10-24 22:08:21 | 2024-10-24 22:08:22 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘void solve()’: answer.code:27:9: error: ‘ll’ was not declared in this scope 27 | ll sum = 0; | ^~ answer.code:31:14: error: ‘sum’ was not declared in this scope 31 | else{sum += b[i] - a[i];} | ^~~ answer.code:39:24: error: ‘sum’ was not declared in this scope 39 | if(st.size() < m + sum){ | ^~~ answer.code:43:27: error: ‘sum’ was not declared in this scope 43 | while(st.size() > m + sum) | ^~~