Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:20:20: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] scanf("%d%d",&a,&b); ^ /in/foo.cc:20:20: warning: format '%d' expects argument of type 'int*', but argument 3 has type 'long long int*' [-Wformat=] /in/foo.cc:22:17: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("%d\n",c); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1000 A+B Problem
- 语言
- C++
- 递交时间
- 2017-07-19 18:07:48
- 评测时间
- 2017-07-19 18:07:48
- 评测机
- 分数
- 100
- 总耗时
- 29ms
- 峰值内存
- 384.0 KiB