Wrong Answer
/in/foo.c: In function 'main': /in/foo.c:5:1: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long int *' [-Wformat=] scanf("%d",&n); ^ /in/foo.c:8:1: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long int' [-Wformat=] printf("%d",sum); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1036 运算
- 比赛
- 2019XJU软件实验室大一考核
- 语言
- C
- 递交时间
- 2019-11-23 13:16:43
- 评测时间
- 2019-11-23 13:16:43
- 评测机
- 分数
- 10
- 总耗时
- 9ms
- 峰值内存
- 204.0 KiB