/ Vijos /

记录详情

Time Exceeded

foo.cc: In function 'int main()':
foo.cc:11:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<point>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   11 | #define FOR(i,x,y) for(i=x;i<=y;++i)
......
   66 |         FOR(j,0,e[i].v.size()-1){
      |             ~~~~~~~~~~~~~~~~~~~
foo.cc:66:9: note: in expansion of macro 'FOR'
   66 |         FOR(j,0,e[i].v.size()-1){
      |         ^~~
foo.cc:11:29: warning: comparison of integer expressions of different signedness: 'int' and 'std::vector<point>::size_type' {aka 'long unsigned int'} [-Wsign-compare]
   11 | #define FOR(i,x,y) for(i=x;i<=y;++i)
......
   68 |         FOR(k,0,e[0].v.size()-1)
      |             ~~~~~~~~~~~~~~~~~~~
foo.cc:68:9: note: in expansion of macro 'FOR'
   68 |         FOR(k,0,e[0].v.size()-1)
      |         ^~~
foo.cc:39:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   39 |     scanf("%d%d%d",&n,&m,&l);
      |     ~~~~~^~~~~~~~~~~~~~~~~~~
foo.cc:46:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   46 |         scanf("%s",s);
      |         ~~~~~^~~~~~~~
foo.cc:55:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   55 |         scanf("%s",s);
      |         ~~~~~^~~~~~~~
foo.cc:58:17: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   58 |            scanf("%s",s);
      |            ~~~~~^~~~~~~~
正在同步测试数据,请稍后
[Hydro](https://hydro.ac)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 3ms 384.0 KiB
#3 Accepted 3ms 384.0 KiB
#4 Accepted 3ms 384.0 KiB
#5 Accepted 4ms 384.0 KiB
#6 Accepted 3ms 384.0 KiB
#7 Accepted 15ms 512.0 KiB
#8 Accepted 3ms 384.0 KiB
#9 Accepted 111ms 636.0 KiB
#10 Accepted 8ms 384.0 KiB
#11 Time Exceeded ≥1099ms ≥1016.0 KiB
#12 Accepted 49ms 512.0 KiB
#13 Accepted 8ms 384.0 KiB
#14 Accepted 6ms 384.0 KiB
#15 Accepted 408ms 760.0 KiB
#16 Accepted 106ms 632.0 KiB
#17 Accepted 9ms 512.0 KiB
#18 Accepted 79ms 888.0 KiB
#19 Accepted 114ms 760.0 KiB
#20 Time Exceeded ≥1101ms ≥1.367 MiB

信息

递交者
类型
递交
题目
P1650 笨笨的学校距离
语言
C++
递交时间
2022-04-19 20:42:36
评测时间
2022-04-19 20:42:36
评测机
分数
90
总耗时
≥3146ms
峰值内存
≥1.367 MiB