Wrong Answer
/in/foo.c: In function 'main': /in/foo.c:7:10: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long int *' [-Wformat=] scanf("%d%d",&a,&b); ^ /in/foo.c:7:12: warning: format '%d' expects argument of type 'int *', but argument 3 has type 'long int *' [-Wformat=] scanf("%d%d",&a,&b); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P2028 小凯的疑惑
- 语言
- C
- 递交时间
- 2017-11-26 15:00:57
- 评测时间
- 2017-11-26 15:00:57
- 评测机
- 分数
- 0
- 总耗时
- 48ms
- 峰值内存
- 256.0 KiB