Wrong Answer
/in/foo.c:3:1: warning: return type defaults to 'int' [-Wimplicit-int] main() ^~~~ /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); ^
信息
- 递交者
- 类型
- 递交
- 题目
- 组队
- 语言
- C
- 递交时间
- 2019-04-20 09:56:12
- 评测时间
- 2019-04-20 09:56:12
- 评测机
- 分数
- 0
- 总耗时
- 11ms
- 峰值内存
- 212.0 KiB