记录详情

Time Exceeded

/in/foo.cc: In function 'int main()':
/in/foo.cc:24:16: warning: format '%ld' expects argument of type 'long int*', but argument 2 has type 'll* {aka long long int*}' [-Wformat=]
  scanf("%ld",&n);
                ^
/in/foo.cc:25:40: warning: format '%ld' expects argument of type 'long int*', but argument 2 has type 'll* {aka long long int*}' [-Wformat=]
  for (ll i=0;i<n;i++) scanf("%ld",&a[i]);
                                        ^
/in/foo.cc:42:20: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'll {aka long long int}' [-Wformat=]
  printf("%ld",count);
                    ^
# 状态 耗时 内存占用
#1 Wrong Answer 227ms 45.879 MiB
#2 Wrong Answer 529ms 56.582 MiB
#3 Wrong Answer 406ms 52.293 MiB
#4 Wrong Answer 619ms 59.734 MiB
#5 Wrong Answer 517ms 56.258 MiB
#6 Wrong Answer 521ms 56.406 MiB
#7 Wrong Answer 771ms 65.012 MiB
#8 Time Exceeded ≥1000ms ≥76.551 MiB
#9 Wrong Answer 922ms 70.293 MiB
#10 Time Exceeded ≥1005ms ≥76.398 MiB

信息

递交者
类型
递交
题目
N中的N 最长不下降子序列 经典题
语言
C++
递交时间
2021-07-04 15:24:00
评测时间
2021-07-04 15:24:00
评测机
分数
0
总耗时
≥6521ms
峰值内存
≥76.551 MiB