/ Vijos /

记录详情

Runtime Error

/in/foo.cc: In function 'void rd(T&)':
/in/foo.cc:16:3: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
   for(x=numb;isdigit(ch=getchar());x=x*10+numb);(fl==true)&&(x=-x);}
   ^~~
/in/foo.cc:16:49: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   for(x=numb;isdigit(ch=getchar());x=x*10+numb);(fl==true)&&(x=-x);}
                                                 ^
# 状态 耗时 内存占用
#1 Accepted 2ms 496.0 KiB
#2 Wrong Answer 7ms 5.031 MiB
#3 Wrong Answer 6ms 4.656 MiB
#4 Wrong Answer 7ms 4.871 MiB
#5 Wrong Answer 7ms 5.758 MiB
#6 Wrong Answer 6ms 4.738 MiB
#7 Wrong Answer 7ms 4.898 MiB
#8 Wrong Answer 7ms 4.648 MiB
#9 Runtime Error 2ms 488.0 KiB
#10 Wrong Answer 9ms 6.887 MiB

信息

递交者
类型
递交
题目
P1250 最勇敢的机器人
语言
C++
递交时间
2022-06-05 14:48:15
评测时间
2022-06-05 14:48:15
评测机
分数
10
总耗时
64ms
峰值内存
6.887 MiB