QOJ.ac
QOJ
ID | 题目 | 提交者 | 结果 | 用时 | 内存 | 语言 | 文件大小 | 提交时间 | 测评时间 |
---|---|---|---|---|---|---|---|---|---|
#107325 | #5574. Julienne the Deck | chenchi# | Compile Error | / | / | C++20 | 3.3kb | 2023-05-20 23:22:18 | 2023-05-20 23:22:22 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
詳細信息
answer.code: In function ‘int main()’: answer.code:142:90: error: expected ‘)’ before ‘;’ token 142 | ans[op] = add(ans[op], mul(conv[i], 1<<i); | ~ ^ | )