Wrong Answer
/in/foo.c: In function 'main': /in/foo.c:9:10: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long int *' [-Wformat=] scanf("%d",&n); ^ /in/foo.c:10:10: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long int *' [-Wformat=] scanf("%d",&m); ^ /in/foo.c:30:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] printf("%d",max-1); ^
信息
- 递交者
- 类型
- 递交
- 题目
- 组队
- 语言
- C
- 递交时间
- 2019-04-20 09:59:58
- 评测时间
- 2019-04-20 09:59:58
- 评测机
- 分数
- 0
- 总耗时
- 13ms
- 峰值内存
- 208.0 KiB