Wrong Answer
/in/foo.cc: In function 'int main()': /in/foo.cc:40:1: warning: this 'for' clause does not guard... [-Wmisleading-indentation] for(int i=1;i<=k;i++)//i和j都必须要小于k以此保证此环中结论成立 ^~~ /in/foo.cc:44:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for' for(int i=1;i<=N;i++) ^~~ /in/foo.cc:31:10: warning: unused variable 'temp' [-Wunused-variable] int dis,temp; ^~~~
信息
- 递交者
- 类型
- 递交
- 题目
- P1046 观光旅游
- 语言
- C++
- 递交时间
- 2019-09-15 20:02:30
- 评测时间
- 2019-09-15 20:02:30
- 评测机
- 分数
- 90
- 总耗时
- 272ms
- 峰值内存
- 8.402 MiB