Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:20:9: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(i=j=1;j<n;++j,i=(i*10+1)%p) ++cnt[i];++cnt[tot=i]; ^~~ /in/foo.cc:20:50: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' for(i=j=1;j<n;++j,i=(i*10+1)%p) ++cnt[i];++cnt[tot=i]; ^~
信息
- 递交者
- 类型
- 递交
- 题目
- auction 代码拍卖会
- 语言
- C++
- 递交时间
- 2020-02-09 20:49:32
- 评测时间
- 2020-02-09 20:49:32
- 评测机
- 分数
- 100
- 总耗时
- 166ms
- 峰值内存
- 360.0 KiB