Accepted
foo.cc: In function 'int main()': foo.cc:11:17: warning: unused variable 'b' [-Wunused-variable] int n,ans=0,b=0; ^ foo.cc:12:10: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d",&n); ~~~~~^~~~~~~~~ foo.cc:16:14: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result] scanf("%d",&a[i]); ~~~~~^~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务
信息
- 递交者
- 类型
- 自测
- 题目
- #17 最长上升子序列
- 语言
- C++
- 递交时间
- 2021-11-18 20:31:48
- 评测时间
- 2021-11-18 20:31:48
- 评测机
- 分数
- 10
- 总耗时
- 0ms
- 峰值内存
- 256.0 KiB