| Problem | reachability2 |
|---|---|
| User | Vinayak01 |
| Submission Time | 2026-03-11 22:01:23 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
reachability2.cpp: In function ‘void dfs(long long int, long long int)’:
reachability2.cpp:22:21: error: expected ‘;’ before ‘return’
22 | s = "NO"
| ^
| ;
23 | return;
| ~~~~~~