/ Vijos /

记录详情

Accepted

foo.cpp: In function 'int RD()':
foo.cpp:5:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  while( (cr=getchar())<'0' || cr>'9');res=cr-'0';
  ^~~~~
foo.cpp:5:39: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
  while( (cr=getchar())<'0' || cr>'9');res=cr-'0';
                                       ^~~
# 状态 耗时 内存占用
#1 Accepted 0ms 9.066 MiB
#2 Accepted 0ms 9.07 MiB
#3 Accepted 0ms 9.07 MiB
#4 Accepted 15ms 9.066 MiB
#5 Accepted 15ms 9.07 MiB
#6 Accepted 156ms 9.07 MiB
#7 Accepted 187ms 9.066 MiB
#8 Accepted 328ms 9.07 MiB
#9 Accepted 343ms 9.066 MiB
#10 Accepted 734ms 9.07 MiB

信息

递交者
类型
递交
题目
P1985 小h的妹子树一
语言
C++
递交时间
2017-02-23 16:18:51
评测时间
2017-02-23 16:18:51
评测机
分数
100
总耗时
1778ms
峰值内存
9.07 MiB