/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'void read(T&)':
/in/foo.cc:16:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for(;ch>='0'&&ch<='9';ch=getchar()) x=x*10+ch-'0'; x*=f;
  ^~~
/in/foo.cc:16:53: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for(;ch>='0'&&ch<='9';ch=getchar()) x=x*10+ch-'0'; x*=f;
                                                     ^
# 状态 耗时 内存占用
#1 Accepted 16ms 256.0 KiB
#2 Accepted 42ms 360.0 KiB
#3 Accepted 354ms 640.0 KiB
#4 Accepted 279ms 592.0 KiB
#5 Accepted 274ms 1.0 MiB
#6 Accepted 250ms 2.5 MiB
#7 Accepted 321ms 896.0 KiB
#8 Accepted 412ms 2.625 MiB
#9 Accepted 112ms 2.578 MiB

信息

递交者
类型
递交
题目
P1426 兴奋剂检查
语言
C++
递交时间
2018-10-12 17:20:32
评测时间
2018-10-12 17:20:32
评测机
分数
100
总耗时
2064ms
峰值内存
2.625 MiB