Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:88:37: warning: format '%d' expects argument of type 'int*', but argument 2 has type 'long long int*' [-Wformat=] for(i=1;i<=n;i++)scanf("%d",&h[i].h),h[i].n=i,hh[i]=h[i].h; ^ /in/foo.cc:148:22: warning: format '%d' expects argument of type 'int', but argument 2 has type 'long long int' [-Wformat=] printf("%d\n",h[k].n); ^
# | 状态 | 耗时 | 内存占用 |
---|
信息
- 递交者
- 类型
- 递交
- 题目
- P1780 开车旅行
- 语言
- C++
- 递交时间
- 5 年前
- 评测时间
- 5 年前
- 评测机
- 分数
- 5
- 总耗时
- 691ms
- 峰值内存
- 30.797 MiB