/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int read()':
/in/foo.cc:15:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  while(ch<='9'&&ch>='0') x=x*10+ch-'0',ch=gc();return x;
  ^~~~~
/in/foo.cc:15:48: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
  while(ch<='9'&&ch>='0') x=x*10+ch-'0',ch=gc();return x;
                                                ^~~~~~
# 状态 耗时 内存占用
#1 Accepted 6ms 748.0 KiB
#2 Accepted 5ms 760.0 KiB
#3 Accepted 4ms 732.0 KiB
#4 Accepted 97ms 1.0 MiB
#5 Accepted 236ms 1.0 MiB
#6 Accepted 296ms 1.102 MiB

信息

递交者
类型
递交
题目
P1534 高性能计算机
语言
C++
递交时间
2018-01-11 00:25:12
评测时间
2018-01-11 00:25:12
评测机
分数
100
总耗时
646ms
峰值内存
1.102 MiB