/ Vijos /

记录详情

Wrong Answer

/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 356.0 KiB
#2 Wrong Answer 28ms 436.0 KiB
#3 Accepted 5ms 400.0 KiB
#4 Wrong Answer 37ms 440.0 KiB
#5 Wrong Answer 2ms 356.0 KiB
#6 Wrong Answer 16ms 440.0 KiB
#7 Wrong Answer 2ms 400.0 KiB
#8 Wrong Answer 50ms 440.0 KiB
#9 Wrong Answer 1ms 360.0 KiB
#10 Accepted 2ms 356.0 KiB

信息

递交者
类型
递交
题目
P1179 邮票面值设计
语言
C++
递交时间
2022-06-05 15:18:20
评测时间
2022-06-05 15:18:20
评测机
分数
30
总耗时
149ms
峰值内存
440.0 KiB