Wrong Answer
/in/foo.c: In function 'main': /in/foo.c:90:34: warning: format '%d' expects argument of type 'int *', but argument 2 has type 'long long int *' [-Wformat=] for(i=1;i<=n;i++) scanf("%I64d",&h[i]); ^ /in/foo.c:140:17: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("%I64d",total); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1459 车展
- 语言
- C
- 递交时间
- 2017-11-04 10:32:20
- 评测时间
- 2017-11-04 10:32:20
- 评测机
- 分数
- 0
- 总耗时
- 534ms
- 峰值内存
- 8.0 MiB