QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#350142 | #8340. 3 Sum | ucup-team2725 | Compile Error | / | / | C++20 | 2.6kb | 2024-03-10 14:39:37 | 2024-03-10 14:39:38 |
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:96:77: error: expected primary-expression before ‘;’ token 96 | if (cnt.count(want1)) ans += cnt[want1], debug(i, k); | ^ answer.code:97:77: error: expected primary-expression before ‘;’ token 97 | if (cnt.count(want2)) ans += cnt[want2], debug(i, k); | ^ answer.code:98:77: error: expected primary-expression before ‘;’ token 98 | if (cnt.count(want3)) ans += cnt[want3], debug(i, k); | ^