/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'void Read(Type&)':
/in/foo.cc:12: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:12: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 316.0 KiB
#2 Accepted 3ms 488.0 KiB
#3 Accepted 3ms 508.0 KiB
#4 Accepted 2ms 384.0 KiB
#5 Accepted 3ms 448.0 KiB
#6 Accepted 1ms 384.0 KiB
#7 Runtime Error 2ms 512.0 KiB
#8 Accepted 2ms 512.0 KiB
#9 Runtime Error 4ms 512.0 KiB
#10 Runtime Error 2ms 596.0 KiB

信息

递交者
类型
递交
题目
P1221 神秘配方
语言
C++
递交时间
2017-08-08 21:24:42
评测时间
2017-08-08 21:24:42
评测机
分数
70
总耗时
30ms
峰值内存
596.0 KiB