Wrong Answer
/in/foo.c: In function 'main': /in/foo.c:5:12: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'int' [-Wformat=] scanf("&d%d",a,b); ~^ /in/foo.c:5:8: warning: too many arguments for format [-Wformat-extra-args] scanf("&d%d",a,b); ^~~~~~ /in/foo.c:5:2: warning: 'a' is used uninitialized in this function [-Wuninitialized] scanf("&d%d",a,b); ^~~~~~~~~~~~~~~~~ /in/foo.c:5:2: warning: 'b' is used uninitialized in this function [-Wuninitialized]
信息
- 递交者
- 类型
- 自测
- 题目
- P1000 A+B Problem
- 语言
- C
- 递交时间
- 2017-10-25 18:01:07
- 评测时间
- 2017-10-25 18:01:07
- 评测机
- 分数
- 0
- 总耗时
- 2ms
- 峰值内存
- 256.0 KiB