Wrong Answer
/in/foo.c: In function 'main': /in/foo.c:8:10: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long unsigned int *' [-Wformat=] scanf("%d",&n); ~^ ~~ %ld /in/foo.c:10:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long unsigned int' [-Wformat=] printf("%d",n+1000007*z); ~^ ~~~~~~~~~~~ %ld
信息
- 递交者
- 类型
- 递交
- 题目
- 2-4 攀登华山
- 比赛
- 南师大2018年蓝桥杯热身赛
- 语言
- C
- 递交时间
- 2018-12-12 15:11:17
- 评测时间
- 2018-12-12 15:11:17
- 评测机
- 分数
- 20
- 总耗时
- 5ms
- 峰值内存
- 204.0 KiB