/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'void Read(Type&)':
/in/foo.cc:10:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for( ;ch>='0'&&ch<='9';ch=getchar() )In = In * 10 + ch - '0';In *= f;
  ^~~
/in/foo.cc:10:63: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
  for( ;ch>='0'&&ch<='9';ch=getchar() )In = In * 10 + ch - '0';In *= f;
                                                               ^~
# 状态 耗时 内存占用
#1 Accepted 2ms 256.0 KiB
#2 Accepted 2ms 352.0 KiB
#3 Accepted 3ms 256.0 KiB
#4 Accepted 3ms 352.0 KiB
#5 Wrong Answer 3ms 256.0 KiB
#6 Wrong Answer 3ms 276.0 KiB
#7 Runtime Error 4ms 512.0 KiB
#8 Wrong Answer 2ms 340.0 KiB
#9 Runtime Error 2ms 636.0 KiB
#10 Runtime Error 4ms 512.0 KiB

信息

递交者
类型
递交
题目
P1221 神秘配方
语言
C++
递交时间
2017-08-08 21:13:26
评测时间
2017-08-08 21:13:26
评测机
分数
40
总耗时
34ms
峰值内存
636.0 KiB