记录详情

Time Exceeded

foo.cc: In function 'int main()':
foo.cc:55:19: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll {aka long long int}' [-Wformat=]
    printf("%d\n",i);
                   ^
foo.cc:62:19: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll {aka long long int}' [-Wformat=]
    printf("%d\n",i);
                   ^
foo.cc:68:19: warning: format '%d' expects argument of type 'int', but argument 2 has type 'll {aka long long int}' [-Wformat=]
    printf("%d\n",i);
                   ^
foo.cc:44:7: warning: unused variable 'j' [-Wunused-variable]
  ll i,j,m;
       ^
foo.cc:44:9: warning: unused variable 'm' [-Wunused-variable]
  ll i,j,m;
         ^
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Wrong Answer 17,124d16 < 13997 < 13999 < 17 17ms 492.0 KiB
#2 Wrong Answer 16,84d15 < 139991 < 139999 < 1 141ms 484.0 KiB
#3 Time Exceeded ≥1018ms ≥516.0 KiB
#4 Time Exceeded ≥1035ms ≥488.0 KiB
#5 Time Exceeded ≥1774ms ≥472.0 KiB

信息

递交者
类型
递交
题目
P1024 Superprime
语言
C++
递交时间
2021-04-26 23:18:49
评测时间
2021-04-26 23:18:49
评测机
分数
0
总耗时
≥3988ms
峰值内存
≥516.0 KiB