| Problem | airplane |
|---|---|
| User | YH |
| Submission Time | 2025-12-03 00:20:28 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
airplane.cpp: In function ‘void solve()’:
airplane.cpp:116:21: error: cannot bind non-const lvalue reference of type ‘ll&’ {aka ‘long long int&’} to an rvalue of type ‘ll’ {aka ‘long long int’}
116 | for (ll &v : adj[u]) {
| ^