记录详情

Time Exceeded

foo.cc: In function 'int main()':
foo.cc:64:9: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
   64 |  freopen("walk.in", "r", stdin);
      |  ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
foo.cc:65:9: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
   65 |  freopen("walk.out", "w", stdout);
      |  ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
foo.cc:83:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   83 |   scanf("%lld%lld%lld%lld", &x1, &y1, &x2, &y2);
      |   ~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Found 10 testcases.
# 状态 耗时 内存占用
#1 Accepted 2ms 416.0 KiB
#2 Accepted 1ms 504.0 KiB
#3 Accepted 10ms 7.867 MiB
#4 Accepted 11ms 7.973 MiB
#5 Accepted 71ms 9.199 MiB
#6 Accepted 71ms 9.164 MiB
#7 Accepted 69ms 9.207 MiB
#8 Time Exceeded ≥2095ms ≥765.527 MiB
#9 Time Exceeded ≥2059ms ≥765.531 MiB
#10 Time Exceeded ≥2085ms ≥766.09 MiB
您没有权限查看该代码,完成本题后再来查看

信息

递交者
类型
递交模式
题目
P6241 [2023 AHOI初中组] 行走(walk)
语言
C++14
递交时间
2023-04-16 20:42:27
评测时间
2023-04-16 20:42:27
评测机
分数
70
总耗时
≥6478ms
峰值内存
≥766.09 MiB