Runtime Error
foo.cc: In function 'int main()':
foo.cc:21:7: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&n);
  ~~~~~^~~~~~~~~
foo.cc:22:28: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
  for(int i=1;i<=n;i++)scanf("%d",a+i);
                       ~~~~~^~~~~~~~~~
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1015 子序列
 - 语言
 - C++
 - 递交时间
 - 2021-02-04 16:00:39
 - 评测时间
 - 2021-02-04 17:20:48
 - 评测机
 
- 分数
 - 10
 - 总耗时
 - 189ms
 - 峰值内存
 - 424.0 KiB