Accepted
/in/foo.cc: In function 'void sol()':
/in/foo.cc:15:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(b[a[i]]) continue; ++ans;
^~
/in/foo.cc:15:25: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(b[a[i]]) continue; ++ans;
^~
信息
- 递交者
- 类型
- 递交
- 题目
- 2# 货币系统(长郡数据)
- 题目数据
- 下载
- 语言
- C++
- 递交时间
- 2018-11-17 00:37:13
- 评测时间
- 2018-11-18 00:19:45
- 评测机
- 分数
- 100
- 总耗时
- 61ms
- 峰值内存
- 2.324 MiB