Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:32:27: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%d%d",&w[i],&v[i]); ^ /in/foo.cc:32:27: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=] /in/foo.cc:39:12: warning: unused variable 'ans' [-Wunused-variable] long long ans=0; ^~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1740 聪明的质检员
- 语言
- C++
- 递交时间
- 2020-09-30 21:29:20
- 评测时间
- 2020-09-30 21:29:20
- 评测机
- 分数
- 100
- 总耗时
- 493ms
- 峰值内存
- 7.848 MiB