Problem | simplebridges |
---|---|
User | fueh |
Submission Time | 2024-02-22 21:49:12 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
simplebridges.cpp: In function ‘int main()’:
simplebridges.cpp:10:20: error: expected initializer before ‘false’
10 | bool canReach false;
| ^~~~~
simplebridges.cpp:22:9: error: ‘canReach’ was not declared in this scope
22 | canReach = true;
| ^~~~~~~~
simplebridges.cpp:24:10: error: ‘canReach’ was not declared in this scope
24 | if (canReach) {
| ^~~~~~~~