记录详情

Runtime Error

/in/foo.cc: In function 'void read(int&)':
/in/foo.cc:21:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  while((ch=getchar())<'0'||ch>'9');res=ch-48;
  ^~~~~
/in/foo.cc:21:36: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
  while((ch=getchar())<'0'||ch>'9');res=ch-48;
                                    ^~~
/in/foo.cc: In function 'int main()':
/in/foo.cc:37:6: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
      if(vt<i)vt<<=1,ct++;
      ^~
/in/foo.cc:38:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   kt[i]=ct;
   ^~
# 状态 耗时 内存占用
#1 Runtime Error 49ms 87.82 MiB
#2 Runtime Error 43ms 78.684 MiB
#3 Runtime Error 48ms 84.055 MiB
#4 Runtime Error 49ms 87.301 MiB
#5 Runtime Error 49ms 87.934 MiB
#6 Runtime Error 47ms 87.625 MiB
#7 Runtime Error 300ms 157.934 MiB
#8 Runtime Error 281ms 158.055 MiB
#9 Runtime Error 281ms 158.75 MiB
#10 Runtime Error 271ms 158.508 MiB

信息

递交者
类型
递交
题目
好奇的小明
语言
C++
递交时间
2017-08-25 21:36:57
评测时间
2017-08-25 21:36:57
评测机
分数
0
总耗时
1421ms
峰值内存
158.75 MiB