Wrong Answer
/in/foo.c: In function 'main': /in/foo.c:13:2: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=] printf("%ld",(a+a+c+c+1)); ^ /in/foo.c:21:2: warning: format '%ld' expects argument of type 'long int', but argument 2 has type 'int' [-Wformat=] printf("%ld",(b+b+c+c+1));; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1035 W同学的无敌之路
- 语言
- C
- 递交时间
- 2019-11-30 12:11:30
- 评测时间
- 2019-11-30 12:11:30
- 评测机
- 分数
- 60
- 总耗时
- 7ms
- 峰值内存
- 200.0 KiB