记录详情

Wrong Answer

/in/foo.cc: In function 'void read(int&)':
/in/foo.cc:60:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  while((ch=getchar())<'0'||ch>'9');res=ch-48;
  ^~~~~
/in/foo.cc:60: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:64:10: warning: unused variable 'k' [-Wunused-variable]
  int i,j,k,a,b,c;
          ^
# 状态 耗时 内存占用
#1 Wrong Answer 66ms 9.434 MiB
#2 Wrong Answer 2ms 4.348 MiB
#3 Wrong Answer 1ms 2.25 MiB
#4 Wrong Answer 4ms 2.375 MiB
#5 Wrong Answer 34ms 8.75 MiB
#6 Wrong Answer 37ms 6.18 MiB
#7 Wrong Answer 32ms 6.605 MiB
#8 Wrong Answer 36ms 8.93 MiB
#9 Wrong Answer 52ms 9.5 MiB
#10 Wrong Answer 51ms 9.582 MiB

信息

递交者
类型
递交
题目
树的值
语言
C++
递交时间
2017-08-26 15:16:13
评测时间
2017-08-26 15:16:13
评测机
分数
0
总耗时
320ms
峰值内存
9.582 MiB