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