Time Exceeded
/in/foo.cc: In function 'double spfa(int, int, int)': /in/foo.cc:17:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation] while(!q.empty())q.pop(); q.push(st); vis[st]=1,dis[st]=0; int x,y; ^~~~~ /in/foo.cc:17:28: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while' while(!q.empty())q.pop(); q.push(st); vis[st]=1,dis[st]=0; int x,y; ^
信息
- 递交者
- 类型
- 递交
- 题目
- P1621 终极情报网
- 语言
- C++
- 递交时间
- 2017-05-19 13:47:48
- 评测时间
- 2017-05-19 13:47:48
- 评测机
- 分数
- 0
- 总耗时
- ≥16043ms
- 峰值内存
- ≥2.375 MiB