QOJ.ac

QOJ

ID题目提交者结果用时内存语言文件大小提交时间测评时间
#315391#8169. R-Connected Componentsucup-team2189#Compile Error//C++143.3kb2024-01-27 12:58:502024-01-27 12:58:51

详细

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];
      |                          ^