记录详情

Time Exceeded

foo.cc: In function 'int main()':
foo.cc:67:9: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
   67 |  freopen("walk.in", "r", stdin);
      |  ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~
foo.cc:68:9: warning: ignoring return value of 'FILE* freopen(const char*, const char*, FILE*)', declared with attribute warn_unused_result [-Wunused-result]
   68 |  freopen("walk.out", "w", stdout);
      |  ~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~
Found 10 testcases.
# 状态 耗时 内存占用
#1 Accepted 2ms 484.0 KiB
#2 Accepted 2ms 504.0 KiB
#3 Accepted 10ms 7.941 MiB
#4 Accepted 10ms 7.961 MiB
#5 Accepted 199ms 9.207 MiB
#6 Accepted 194ms 9.137 MiB
#7 Accepted 187ms 9.125 MiB
#8 Time Exceeded ≥2139ms ≥766.445 MiB
#9 Time Exceeded ≥2058ms ≥766.5 MiB
#10 Accepted 1745ms 767.207 MiB
您没有权限查看该代码,完成本题后再来查看

信息

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