/ SUOI /

记录详情

Time Exceeded

foo.cc: In function 'int main()':
foo.cc:153:30: warning: format '%d' expects argument of type 'int', but argument 2 has type 'std::vector<int>::size_type {aka long unsigned int}' [-Wformat=]
     printf("%d",answer.size());
                 ~~~~~~~~~~~~~^
foo.cc:138:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&n);
     ~~~~~^~~~~~~~~
foo.cc:144:18: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
             scanf("%d",&put_in);
             ~~~~~^~~~~~~~~~~~~~
自豪的采用HydroJudge(https://github.com/hydro-dev/Hydro)进行评测。
# 状态 耗时 内存占用
#1 Accepted 2ms 384.0 KiB
#2 Accepted 2ms 388.0 KiB
#3 Accepted 1ms 384.0 KiB
#4 Accepted 2ms 384.0 KiB
#5 Accepted 2ms 384.0 KiB
#6 Accepted 2ms 384.0 KiB
#7 Accepted 2ms 384.0 KiB
#8 Accepted 3ms 384.0 KiB
#9 Time Exceeded ≥1403ms ≥4.867 MiB
#10 Time Exceeded ≥1402ms ≥6.93 MiB

信息

递交者
类型
递交
题目
#17 最长上升子序列
语言
C++
递交时间
2021-04-07 17:47:45
评测时间
2021-04-07 17:47:45
评测机
分数
80
总耗时
≥2824ms
峰值内存
≥6.93 MiB