QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#361313 | #8508. DiviDuelo | ucup-team2725# | Compile Error | / | / | C++20 | 448b | 2024-03-23 08:29:11 | 2024-03-23 08:29:12 |
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:19:57: error: expected primary-expression before ‘;’ token 19 | if (i*i != N) fact++, debug(N/i); | ^