记录详情

Runtime Error

foo.cc: In function 'void dfs_(int, int, int)':
foo.cc:12:18: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
     for(int i=0;i<G[v].size();i++)
                 ~^~~~~~~~~~~~
foo.cc: In function 'void dfs(int, int)':
foo.cc:66:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
  for(int i=0;i<G[now].size();i++){
              ~^~~~~~~~~~~~~~
foo.cc: In function 'int main()':
foo.cc:93:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d",&x,&y);
     ~~~~~^~~~~~~~~~~~~~
foo.cc:110:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d%d",&x,&y);
     ~~~~~^~~~~~~~~~~~~~

自豪的采用 HydroJudger 进行评测(github.com/hydro-dev/HydroJudger)
{"receive":"2020-06-14T13:25:48.329Z","handle":"2020-06-14T13:25:48.329Z","cache_start":"2020-06-14T13:25:48.337Z","read_cases":"2020-06-14T13:25:48.480Z","judge":"2020-06-14T13:25:48.482Z","done":"2020-06-14T13:25:54.551Z"}
# 状态 耗时 内存占用
#1 Accepted 2ms 1.125 MiB
#2 Accepted 2ms 1.125 MiB
#3 Accepted 4ms 1.375 MiB
#4 Runtime Error 37ms 5.785 MiB
#5 Runtime Error 39ms 5.754 MiB
#6 Runtime Error 46ms 5.859 MiB
#7 Time Exceeded ≥872ms ≥7.633 MiB
#8 Time Exceeded ≥881ms ≥7.57 MiB
#9 Time Exceeded ≥879ms ≥7.555 MiB
#10 Time Exceeded ≥957ms ≥7.598 MiB

信息

递交者
类型
递交
题目
祖孙询问
题目数据
下载
语言
C++
递交时间
2020-06-14 21:25:48
评测时间
2020-06-14 21:25:48
评测机
分数
30
总耗时
3723ms
峰值内存
7.633 MiB