Wrong Answer
/in/foo.cc: In function 'void jc(int)':
/in/foo.cc:6:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
6 | for(int i=1;i<=len;i++)a[i]*=x;for(int i=1;i<=len;i++)
| ^~~
/in/foo.cc:6:40: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
6 | for(int i=1;i<=len;i++)a[i]*=x;for(int i=1;i<=len;i++)
| ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1009 阶乘末尾的0
- 语言
- C++
- 递交时间
- 2026-03-15 10:00:14
- 评测时间
- 2026-03-24 02:11:17
- 评测机
- 分数
- 0
- 总耗时
- 9ms
- 峰值内存
- 508.0 KiB