/ Vijos /

记录详情

Accepted

/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 1ms 404.0 KiB
#2 Accepted 4ms 2.055 MiB
#3 Accepted 4ms 3.371 MiB
#4 Accepted 4ms 3.379 MiB
#5 Accepted 5ms 5.371 MiB
#6 Accepted 4ms 2.402 MiB
#7 Accepted 4ms 2.496 MiB
#8 Accepted 4ms 2.461 MiB
#9 Accepted 3ms 488.0 KiB
#10 Accepted 7ms 6.906 MiB

信息

递交者
类型
递交
题目
P1250 最勇敢的机器人
语言
C++
递交时间
2022-06-05 14:53:37
评测时间
2022-06-05 14:53:37
评测机
分数
100
总耗时
44ms
峰值内存
6.906 MiB