/ Vijos /

记录详情

Accepted

/in/foo.cc: In function 'int main()':
/in/foo.cc:79:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
   if(PX>PI)PX-=TAU;if(QX>PI)QX-=TAU;
   ^~
/in/foo.cc:79:20: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(PX>PI)PX-=TAU;if(QX>PI)QX-=TAU;
                    ^~
/in/foo.cc:87:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if(TL<0.0)TL+=TAU;if(TL>TAU)TL-=TAU;
    ^~
/in/foo.cc:87: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:96:4: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
    if(TL<0.0)TL+=TAU;if(TL>TAU)TL-=TAU;
    ^~
/in/foo.cc:96: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 464.0 KiB
#2 Accepted 2ms 584.0 KiB
#3 Accepted 4ms 764.0 KiB
#4 Accepted 7ms 1.855 MiB
#5 Accepted 10ms 5.207 MiB
#6 Accepted 80ms 70.898 MiB
#7 Accepted 239ms 127.121 MiB
#8 Accepted 620ms 70.914 MiB
#9 Accepted 483ms 97.969 MiB
#10 Accepted 669ms 127.043 MiB

信息

递交者
类型
递交
题目
P1086 Sunnypig闯穿梭关
语言
C++
递交时间
2021-09-23 05:57:46
评测时间
2021-09-23 05:57:46
评测机
分数
135
总耗时
2119ms
峰值内存
127.121 MiB