Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:36:18: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%d",&n); ~~^ /in/foo.cc:37:44: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] for (int i=1;i<=n;i++) scanf("%d",&a[i]); ~~~~~^
信息
- 递交者
- 类型
- 递交
- 题目
- 求逆序对(deseq)
- 题目数据
- 下载
- 语言
- C++
- 递交时间
- 2018-11-03 22:41:02
- 评测时间
- 2018-11-03 22:41:02
- 评测机
- 分数
- 100
- 总耗时
- 174ms
- 峰值内存
- 1.828 MiB