/ Vijos /

记录详情

Runtime Error

foo.cc: In function 'bool operator<(const point&, const point&)':
foo.cc:16:40: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
         return a.x < b.x || a.x == b.x && a.y < b.y;
                             ~~~~~~~~~~~^~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:102:35: warning: suggest parentheses around '&&' within '||' [-Wparentheses]
             rec[i].y == rec[st].y && rec[i].x < rec[st].x) {
             ~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
正在同步测试数据,请稍后
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Runtime Error Segmentation fault 6ms 3.379 MiB
#2 Time Exceeded ≥2370ms ≥3.469 MiB
#3 Runtime Error Segmentation fault 18ms 3.461 MiB
#4 Runtime Error Segmentation fault 5ms 3.441 MiB
#5 Time Exceeded ≥2393ms ≥3.375 MiB
#6 Time Exceeded ≥2435ms ≥3.379 MiB
#7 Time Exceeded ≥2496ms ≥3.449 MiB

信息

递交者
类型
递交
题目
P1185 Endless Traveling
语言
C++
递交时间
2021-03-21 21:29:28
评测时间
2021-03-21 21:29:28
评测机
分数
0
总耗时
9726ms
峰值内存
3.469 MiB