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