记录详情

Time Exceeded

foo.cc: In function 'int main()':
foo.cc:81:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&n);
     ~~~~~^~~~~~~~~
foo.cc:84:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%s",s);
         ~~~~~^~~~~~~~
foo.cc:88:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&q);
     ~~~~~^~~~~~~~~
foo.cc:91:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d",&op);
         ~~~~~^~~~~~~~~~
foo.cc:94:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
             scanf("%s",s);
             ~~~~~^~~~~~~~
foo.cc:99:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
             scanf("%d",&x);
             ~~~~~^~~~~~~~~

自豪的采用 HydroJudge 进行评测(github.com/hydro-dev/HydroJudge)
正在同步测试数据,请稍后
{"receive":"2020-07-25T14:44:51.136Z","handle":"2020-07-25T14:44:51.136Z","cache_start":"2020-07-25T14:44:51.144Z","read_cases":"2020-07-25T14:44:52.733Z","judge":"2020-07-25T14:44:52.734Z","done":"2020-07-25T14:45:01.405Z"}
# 状态 耗时 内存占用
#1 Accepted 2493ms 5.898 MiB
#2 Accepted 45ms 8.215 MiB
#3 Accepted 34ms 8.242 MiB
#4 Accepted 27ms 5.52 MiB
#5 Time Exceeded ≥4947ms ≥200.238 MiB
#6 Accepted 61ms 8.25 MiB
#7 Accepted 415ms 138.988 MiB

信息

递交者
类型
递交
题目
P1009 Divljak
语言
C++
递交时间
2020-07-25 22:44:51
评测时间
2020-07-25 22:44:51
评测机
分数
86
总耗时
≥8024ms
峰值内存
≥200.238 MiB