Problem reachability
User haydendoo
Submission Time 2022-12-26 20:27:00
Score 0
Max Time N/A
Max Memory N/A

Compile Error

reachability.cpp:12:1: error: stray ‘\302’ in program
12 |     for (int v : adj[u]) {
| ^
reachability.cpp:12:2: error: stray ‘\240’ in program
12 |     for (int v : adj[u]) {
| ^
reachability.cpp:12:3: error: stray ‘\302’ in program
12 |     for (int v : adj[u]) {
| ^
reachability.cpp:12:4: error: stray ‘\240’ in program
12 |     for (int v : adj[u]) {
| ^
reachability.cpp:12:5: error: stray ‘\302’ in program
12 |     for (int v : adj[u]) {
| ^
reachability.cpp:12:6: error: stray ‘\240’ in program
12 |     for (int v : adj[u]) {
| ^
reachability.cpp:12:7: error: stray ‘\302’ in program
12 |     for (int v : adj[u]) {
| ^
reachability.cpp:12:8: error: stray ‘\240’ in program
12 |     for (int v : adj[u]) {
| ^
reachability.cpp:13:1: error: stray ‘\302’ in program
13 |         if (!vis[v]) {
| ^
reac