Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:23:33: warning: this 'if' clause does not guard... [-Wmisleading-indentation] 23 | if (qpow(a, i, p) == 1 || qpow(a, (p - 1) / i, p) == 1) | ^~ /in/foo.cc:24:50: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if' 24 | flag = 0;break; | ^~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P2887 原根判断
- 语言
- C++
- 递交时间
- 2025-06-08 08:38:05
- 评测时间
- 2025-06-08 08:38:05
- 评测机
- 分数
- 10
- 总耗时
- 22ms
- 峰值内存
- 552.0 KiB