QOJ.ac
QOJ
ID | Problem | Submitter | Result | Time | Memory | Language | File size | Submit time | Judge time |
---|---|---|---|---|---|---|---|---|---|
#315391 | #8169. R-Connected Components | ucup-team2189# | Compile Error | / | / | C++14 | 3.3kb | 2024-01-27 12:58:50 | 2024-01-27 12:58:51 |
Due to the privacy settings of the submitter, you are not allowed to view this code.
Details
answer.code: In function ‘int32_t main()’: answer.code:105:26: error: ‘i’ was not declared in this scope 105 | if (p == i) p /= j, ans = ans * f[j]; | ^