| Problem | runway |
|---|---|
| User | sharelletqx |
| Submission Time | 2026-08-01 10:55:53 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
runway.cpp: In function ‘int main()’:
runway.cpp:7:15: error: expected ‘;’ before ‘<’ token
7 | for(int i=0,i<E;i++){
| ^
| ;
runway.cpp:7:15: error: expected primary-expression before ‘<’ token
runway.cpp:16:16: error: lvalue required as left operand of assignment
16 | int m=(l + r=10) / 2+5;
| ^~
runway.cpp:23:12: error: expected ‘]’ before ‘=’ token
23 | auto[d,u=pq.top();
| ^
| ]
runway.cpp:25:12: error: ‘u’ was not declared in this scope
25 | if(dist[u]=d)continue;
| ^
runway.cpp:25:15: error: ‘d’ was not declared in this scope
25 | if(dist[u]=d)continue;
| ^
runway.cpp:26:22: error: ‘u’ was not declared in this scope
26 | for(auto[v,w]:adj[u]){
| ^
runway.cpp:29:25: error: no matching function for call to ‘std::prior