Wrong Answer
/in/foo.c: In function 'main': /in/foo.c:5:10: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long int *' [-Wformat=] scanf("%d",&a); ~^ ~~ %ld /in/foo.c:9:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] printf("%d\n",i); ~^ %ld
信息
- 递交者
- 类型
- 递交
- 题目
- 鬼谷子的钱袋
- 语言
- C
- 递交时间
- 2018-11-23 20:16:48
- 评测时间
- 2018-11-23 20:16:48
- 评测机
- 分数
- 0
- 总耗时
- 9ms
- 峰值内存
- 208.0 KiB