记录详情

Accepted

foo.cc: In function 'int main()':
foo.cc:80:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
     scanf("%d",&n);
     ~~~~~^~~~~~~~~
foo.cc:82:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
         scanf("%d",&a[i]);
         ~~~~~^~~~~~~~~~~~
正在同步测试数据,请稍后
# 状态 耗时 内存占用
#1 Accepted 3ms 1.875 MiB
#2 Accepted 3ms 1.922 MiB
#3 Accepted 3ms 2.0 MiB
#4 Accepted 3ms 2.0 MiB
#5 Accepted 5ms 2.137 MiB
#6 Accepted 14ms 2.871 MiB
#7 Accepted 25ms 3.871 MiB
#8 Accepted 48ms 5.398 MiB
#9 Accepted 53ms 5.594 MiB
#10 Accepted 54ms 5.766 MiB

信息

递交者
类型
递交
题目
P1015 子序列
语言
C++
递交时间
2021-02-04 17:16:57
评测时间
2021-02-04 17:19:41
评测机
分数
100
总耗时
217ms
峰值内存
5.766 MiB