记录详情

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);
      |         ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 5ms 320.0 KiB
#2 Accepted 4ms 536.0 KiB
#3 Accepted 4ms 768.0 KiB
#4 Accepted 4ms 764.0 KiB
#5 Accepted 4ms 764.0 KiB
#6 Accepted 5ms 536.0 KiB
#7 Accepted 4ms 768.0 KiB
#8 Accepted 3ms 328.0 KiB
#9 Accepted 4ms 764.0 KiB
#10 Accepted 4ms 536.0 KiB
#11 Accepted 3ms 320.0 KiB
#12 Accepted 4ms 544.0 KiB
#13 Accepted 27ms 764.0 KiB
#14 Accepted 120ms 784.0 KiB
#15 Accepted 126ms 796.0 KiB
#16 Accepted 96ms 652.0 KiB
#17 Accepted 197ms 1.023 MiB
#18 Accepted 145ms 792.0 KiB
#19 Accepted 196ms 672.0 KiB
#20 Accepted 204ms 792.0 KiB

信息

递交者
类型
递交
题目
P1581 Problem 4A. 判断序列连续区间是否相等
比赛
2024春 悬赏令第四周
语言
C++
递交时间
2024-05-06 16:55:31
评测时间
2024-05-07 20:39:51
评测机
分数
100
总耗时
1165ms
峰值内存
1.023 MiB