/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int read()':
/in/foo.cc:7:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  while(isdigit(c=getchar())) x=x*10+c-'0'; return x;
  ^~~~~
/in/foo.cc:7:44: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
  while(isdigit(c=getchar())) x=x*10+c-'0'; return x;
                                            ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 2ms 256.0 KiB
#2 Accepted 3ms 256.0 KiB
#3 Accepted 1ms 352.0 KiB
#4 Accepted 131ms 190.875 MiB
#5 Accepted 5ms 348.0 KiB
#6 Accepted 6ms 380.0 KiB
#7 Accepted 3ms 384.0 KiB
#8 Accepted 21ms 4.387 MiB
#9 Accepted 21ms 5.828 MiB
#10 Accepted 3ms 332.0 KiB

信息

递交者
类型
递交
题目
P1328 小明的网络游戏
语言
C++
递交时间
2017-08-15 15:37:37
评测时间
2017-08-15 15:37:37
评测机
分数
100
总耗时
201ms
峰值内存
190.875 MiB