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