/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int read()':
/in/foo.cc:20:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(; isdigit(ch); ch = getchar()) x = x * 10 + ch - '0'; return x * f;
  ^~~
/in/foo.cc:20:60: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for(; isdigit(ch); ch = getchar()) x = x * 10 + ch - '0'; return x * f;
                                                            ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 69ms 596.0 KiB
#2 Accepted 4ms 768.0 KiB
#3 Accepted 7ms 736.0 KiB
#4 Accepted 70ms 720.0 KiB
#5 Accepted 6ms 2.625 MiB
#6 Accepted 8ms 2.629 MiB
#7 Accepted 67ms 640.0 KiB
#8 Accepted 80ms 768.0 KiB
#9 Accepted 4ms 768.0 KiB
#10 Accepted 7ms 2.727 MiB
#11 Accepted 53ms 728.0 KiB
#12 Accepted 4ms 2.871 MiB
#13 Accepted 9ms 2.711 MiB
#14 Accepted 76ms 868.0 KiB
#15 Accepted 44ms 2.73 MiB
#16 Accepted 47ms 26.457 MiB
#17 Accepted 50ms 24.625 MiB
#18 Accepted 115ms 22.777 MiB
#19 Accepted 100ms 26.25 MiB
#20 Accepted 211ms 152.875 MiB
#21 Accepted 198ms 152.75 MiB
#22 Accepted 192ms 152.75 MiB
#23 Accepted 182ms 153.086 MiB
#24 Accepted 234ms 154.625 MiB
#25 Accepted 241ms 154.609 MiB

信息

递交者
类型
递交
题目
P2005 换教室
语言
C++
递交时间
2017-11-08 14:36:49
评测时间
2017-11-08 14:36:49
评测机
分数
100
总耗时
2090ms
峰值内存
154.625 MiB