/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:36:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(int i=1;i<=n;i++) add(s[i]);for(int i=1;i<=n;i++) add(s[i]);
  ^~~
/in/foo.cc:36:34: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for(int i=1;i<=n;i++) add(s[i]);for(int i=1;i<=n;i++) add(s[i]);
                                  ^~~
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 4ms 608.0 KiB
#3 Accepted 5ms 3.867 MiB
#4 Accepted 54ms 30.344 MiB
#5 Accepted 64ms 32.25 MiB
#6 Accepted 72ms 37.25 MiB
#7 Accepted 47ms 31.75 MiB
#8 Accepted 6ms 6.484 MiB
#9 Accepted 3ms 340.0 KiB
#10 Accepted 26ms 15.871 MiB

信息

递交者
类型
递交
题目
P1437 简单的口令
语言
C++
递交时间
2018-04-21 20:56:03
评测时间
2018-04-21 20:56:03
评测机
分数
100
总耗时
288ms
峰值内存
37.25 MiB