/ 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 19ms 256.0 KiB
#2 Accepted 51ms 260.0 KiB
#3 Accepted 351ms 732.0 KiB
#4 Accepted 312ms 2.5 MiB
#5 Accepted 306ms 1.0 MiB
#6 Accepted 299ms 2.375 MiB
#7 Accepted 423ms 2.75 MiB
#8 Accepted 460ms 976.0 KiB
#9 Accepted 95ms 492.0 KiB

信息

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