Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:133:39: warning: suggest parentheses around '&&' within '||' [-Wparentheses] if(ratio<min_ratio||ratio==min_ratio&&h[i]>max_h) ~~~~~~~~~~~~~~~~^~~~~~~~~~~~ /in/foo.cc:140:19: warning: format '%d' expects argument of type 'int', but argument 2 has type 'LL {aka long long int}' [-Wformat=] printf("%d\n",res); ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1354 开车旅行
- 语言
- C++
- 递交时间
- 2024-07-11 16:24:27
- 评测时间
- 2024-07-11 16:24:27
- 评测机
- 分数
- 100
- 总耗时
- 970ms
- 峰值内存
- 46.668 MiB