QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#749715 | #8333. Gift | ZhangYiDe | Compile Error | / | / | C++23 | 1.1kb | 2024-11-15 09:35:52 | 2024-11-15 09:35:52 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
详细
answer.code: In function ‘int main()’: answer.code:57:9: error: ‘ll’ was not declared in this scope 57 | ll res = 0; | ^~ answer.code:63:25: error: ‘res’ was not declared in this scope 63 | res += cnt[1] + cnt[2] + cnt[3]; | ^~~ answer.code:67:17: error: ‘res’ was not declared in this scope 67 | cout << res << '\n'; | ^~~