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