QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#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.
详细
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); | ^