Accepted
foo.cc: In function ‘int main()’: foo.cc:10:5: warning: this ‘for’ clause does not guard... [-Wmisleading-indentation] 10 | for (int i = 1; i <= n; i++) | ^~~ foo.cc:12:9: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the ‘for’ 12 | vector<bool> same(n + 1, false); | ^~~~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1581 Problem 4A. 判断序列连续区间是否相等
- 比赛
- 2024春 悬赏令第四周
- 语言
- C++
- 递交时间
- 2024-05-06 16:55:31
- 评测时间
- 2024-05-07 20:39:51
- 评测机
- 分数
- 100
- 总耗时
- 1165ms
- 峰值内存
- 1.023 MiB