/ Vijos /

记录详情

Time Exceeded

/in/foo.cc:22:39: warning: bad option '-fwhole-program' to pragma 'optimize' [-Wpragmas]
   22 | #pragma GCC optimize("-fwhole-program")
      |                                       ^
/in/foo.cc:29:41: warning: bad option '-fstrict-overflow' to pragma 'optimize' [-Wpragmas]
   29 | #pragma GCC optimize("-fstrict-overflow")
      |                                         ^
/in/foo.cc:31:41: warning: bad option '-fcse-skip-blocks' to pragma 'optimize' [-Wpragmas]
   31 | #pragma GCC optimize("-fcse-skip-blocks")
      |                                         ^
/in/foo.cc:45:51: warning: bad option '-funsafe-loop-optimizations' to pragma 'optimize' [-Wpragmas]
   45 | #pragma GCC optimize("-funsafe-loop-optimizations")
      |                                                   ^
/in/foo.cc:73:27: warning: bad option '-fwhole-program' to attribute 'optimize' [-Wattributes]
   73 | double dis(point p,point q)
      |                           ^
/in/foo.cc:73:27: warning: bad option '-fstrict-overflow' to attribute 'optimize' [-Wattributes]
/in/foo.cc:73:27: warning: bad option '-fcse-skip-blocks' to attribute 'optimize' [-Wattributes]
/in/foo.cc:73:27: warning: bad option '-funsafe-loop-optimizations' to attribute 'optimize' [-Wattributes]
/in/foo.cc:77:24: warning: bad option '-fwhole-program' to attribute 'optimize' [-Wattributes]
   77 | bool comp(node p,node q)
      |                        ^
/in/foo.cc:77:24: warning: bad option '-fstrict-overflow' to attribute 'optimize' [-Wattributes]
/in/foo.cc:77:24: warning: bad option '-fcse-skip-blocks' to attribute 'optimize' [-Wattributes]
/in/foo.cc:77:24: warning: bad option '-funsafe-loop-optimizations' to attribute 'optimize' [-Wattributes]
/in/foo.cc:86:10: warning: bad option '-fwhole-program' to attribute 'optimize' [-Wattributes]
   86 | int main()
      |          ^
/in/foo.cc:86:10: warning: bad option '-fstrict-overflow' to attribute 'optimize' [-Wattributes]
/in/foo.cc:86:10: warning: bad option '-fcse-skip-blocks' to attribute 'optimize' [-Wattributes]
/in/foo.cc:86:10: warning: bad option '-funsafe-loop-optimizations' to attribute 'optimize' [-Wattributes]
/in/foo.cc: In function 'int main()':
/in/foo.cc:61:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<point>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   61 | #define FOR(i,x,y) for(i=x;i<=y;++i)
      |                             ^
/in/foo.cc:116:9: note: in expansion of macro 'FOR'
  116 |         FOR(j,0,e[i].v.size()-1){
      |         ^~~
/in/foo.cc:61:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<point>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   61 | #define FOR(i,x,y) for(i=x;i<=y;++i)
      |                             ^
/in/foo.cc:118:9: note: in expansion of macro 'FOR'
  118 |         FOR(k,0,e[0].v.size()-1)
      |         ^~~
# 状态 耗时 内存占用
#1 Accepted 2ms 544.0 KiB
#2 Accepted 2ms 476.0 KiB
#3 Accepted 2ms 480.0 KiB
#4 Accepted 2ms 556.0 KiB
#5 Accepted 2ms 472.0 KiB
#6 Accepted 2ms 556.0 KiB
#7 Accepted 6ms 584.0 KiB
#8 Accepted 2ms 536.0 KiB
#9 Accepted 33ms 824.0 KiB
#10 Accepted 4ms 596.0 KiB
#11 Accepted 553ms 1.594 MiB
#12 Accepted 12ms 580.0 KiB
#13 Accepted 4ms 572.0 KiB
#14 Accepted 3ms 480.0 KiB
#15 Accepted 135ms 936.0 KiB
#16 Accepted 27ms 824.0 KiB
#17 Accepted 5ms 608.0 KiB
#18 Accepted 28ms 972.0 KiB
#19 Accepted 30ms 912.0 KiB
#20 Time Exceeded ≥1006ms ≥3.242 MiB

信息

递交者
类型
递交
题目
P1650 笨笨的学校距离
语言
C++
递交时间
2025-06-14 20:00:25
评测时间
2025-06-14 20:00:25
评测机
分数
95
总耗时
≥1869ms
峰值内存
≥3.242 MiB