/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:24:6: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
      for(i=1;c[i]!=0;i++)
      ^~~
/in/foo.cc:27:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
       if(n==4)
       ^~
/in/foo.cc:28:6: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
      for(i=1;d[i]!=0;i++)
      ^~~
/in/foo.cc:31:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
       if(n==5)
       ^~
/in/foo.cc:32:6: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
      for(i=1;e[i]!=0;i++)
      ^~~
/in/foo.cc:35:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
       if(n==6)
       ^~
/in/foo.cc:36:6: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
      for(i=1;f[i]!=0;i++)
      ^~~
/in/foo.cc:39:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
       if(n==7)
       ^~
/in/foo.cc:40:6: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
      for(i=1;g[i]!=0;i++)
      ^~~
/in/foo.cc:43:7: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'for'
       if(n==8)
       ^~
# 状态 耗时 内存占用
#1 Accepted 4ms 356.0 KiB
#2 Accepted 3ms 384.0 KiB
#3 Accepted 3ms 376.0 KiB
#4 Accepted 3ms 376.0 KiB
#5 Accepted 3ms 352.0 KiB

信息

递交者
类型
递交
题目
P1359 Superprime
语言
C++
递交时间
2017-10-19 08:26:59
评测时间
2017-10-19 08:26:59
评测机
分数
100
总耗时
17ms
峰值内存
384.0 KiB