Problem | twoavenues |
---|---|
User | reporter |
Submission Time | 2022-12-30 09:26:05 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
twoavenues.cpp: In function ‘void solve()’:
twoavenues.cpp:289:91: error: expected primary-expression before ‘)’ token
289 | REP(a, n) for (int b : adj[a]) {if (dep[a] > dep[b]) continue; if (a == par[b]) continue;); ++ecnt[b], --ecnt[a], esum1[b] ^= a, esum1[a] ^= a, esum2[b] ^= b, esum2[a] ^= b; }
| ^