/ Vijos /

记录详情

Wrong Answer

/in/foo.cc: In function 'int main()':
/in/foo.cc:85:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if(TL<0.0)TL+=TAU;if(TL>TAU)TL-=TAU;
    ^~
/in/foo.cc:85:22: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
    if(TL<0.0)TL+=TAU;if(TL>TAU)TL-=TAU;
                      ^~
/in/foo.cc:94:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if(TL<0.0)TL+=TAU;if(TL>TAU)TL-=TAU;
    ^~
/in/foo.cc:94:22: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
    if(TL<0.0)TL+=TAU;if(TL>TAU)TL-=TAU;
                      ^~
# 状态 耗时 内存占用
#1 Accepted 2ms 504.0 KiB
#2 Wrong Answer 2ms 676.0 KiB
#3 Wrong Answer 3ms 760.0 KiB
#4 Wrong Answer 8ms 1.82 MiB
#5 Wrong Answer 12ms 5.199 MiB
#6 Wrong Answer 86ms 70.895 MiB
#7 Wrong Answer 222ms 127.133 MiB
#8 Wrong Answer 302ms 70.945 MiB
#9 Wrong Answer 273ms 97.93 MiB
#10 Wrong Answer 441ms 127.074 MiB

信息

递交者
类型
递交
题目
P1086 Sunnypig闯穿梭关
语言
C++
递交时间
2021-09-23 04:02:39
评测时间
2021-09-23 04:02:39
评测机
分数
10
总耗时
1355ms
峰值内存
127.133 MiB