Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:17:25: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%d%d",&totalW,&N); ^ /in/foo.cc:17:25: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=] /in/foo.cc:21:19: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%d",&a[i]); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1071 新年趣事之打牌
- 语言
- C++
- 递交时间
- 2020-01-31 16:57:41
- 评测时间
- 2020-01-31 16:57:41
- 评测机
- 分数
- 100
- 总耗时
- 14ms
- 峰值内存
- 336.0 KiB