/ 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 8.301 MiB
#2 Accepted 0ms 8.305 MiB
#3 Accepted 31ms 8.301 MiB
#4 Accepted 0ms 8.305 MiB
#5 Accepted 0ms 8.305 MiB
#6 Accepted 15ms 8.305 MiB
#7 Accepted 156ms 8.305 MiB
#8 Accepted 140ms 8.301 MiB
#9 Accepted 437ms 8.301 MiB
#10 Accepted 468ms 8.309 MiB

信息

递交者
类型
递交
题目
P1986 小h的妹子树二
语言
C++
递交时间
2017-02-23 16:43:49
评测时间
2017-02-23 16:43:49
评测机
分数
100
总耗时
1247ms
峰值内存
8.309 MiB