/ Vijos /

记录详情

Wrong Answer

foo.cc: In member function 'bool sqr::to(node&, node&, int)':
foo.cc:71:2: warning: control reaches end of non-void function [-Wreturn-type]
  }
  ^
foo.cc: In function 'bool dir(node&, node&, int&)':
foo.cc:35:2: warning: control reaches end of non-void function [-Wreturn-type]
  }
  ^
foo.cc: In function 'int main()':
foo.cc:99:16: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&n);
                ^
foo.cc:101:34: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d",&u,&v),st=node(u,v);
                                  ^
foo.cc:102:34: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d%d",&u,&v),ed=node(u,v);
                                  ^
foo.cc:105:24: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   q[i]=sqr(x1,y1,x2,y2);
                        ^

自豪的采用 HydroJudger 进行评测(github.com/hydro-dev/HydroJudger)
{"receive":"2020-04-02T11:26:45.609Z","handle":"2020-04-02T11:26:45.609Z","cache_start":"2020-04-02T11:26:45.618Z","read_cases":"2020-04-02T11:26:46.646Z","judge":"2020-04-02T11:26:46.646Z","done":"2020-04-02T11:26:48.337Z"}
# 状态 耗时 内存占用
#1 Wrong Answer Read 2 at 1c1 but expect 13 1ms 256.0 KiB
#2 Wrong Answer Read 43 at 1c1 but expect 51 1ms 256.0 KiB
#3 Accepted 1ms 256.0 KiB
#4 Accepted 4ms 384.0 KiB
#5 Accepted 4ms 348.0 KiB
#6 Accepted 3ms 256.0 KiB
#7 Accepted 2ms 256.0 KiB
#8 Accepted 61ms 604.0 KiB
#9 Accepted 225ms 860.0 KiB
#10 Wrong Answer Read 4440 at 1c1 but expect 5328 183ms 724.0 KiB

信息

递交者
类型
递交
题目
P1366 冰原探险
语言
C++
递交时间
2020-04-02 19:26:44
评测时间
2020-04-02 19:26:45
评测机
分数
70
总耗时
488ms
峰值内存
860.0 KiB