/ 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 84ms 19.875 MiB
#2 Accepted 96ms 19.875 MiB
#3 Accepted 86ms 19.875 MiB
#4 Accepted 87ms 19.992 MiB
#5 Accepted 90ms 19.957 MiB
#6 Accepted 97ms 19.875 MiB
#7 Accepted 84ms 20.0 MiB
#8 Accepted 83ms 19.992 MiB
#9 Accepted 63ms 19.992 MiB
#10 Accepted 94ms 19.996 MiB

信息

递交者
类型
递交
题目
P1546 学校食堂
语言
C++
递交时间
2018-10-12 18:42:15
评测时间
2018-10-12 18:42:15
评测机
分数
40
总耗时
868ms
峰值内存
20.0 MiB