| Problem | simp |
|---|---|
| User | benji9736 |
| Submission Time | 2025-11-19 10:25:44 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
simp.cpp: In function ‘int main()’:
simp.cpp:22:5: error: expected ‘,’ or ‘;’ before ‘int’
22 | int Rstart = region(b1, b2);
| ^~~
simp.cpp:24:9: error: ‘Rstart’ was not declared in this scope
24 | if (Rstart == Rend) cout << "YES\n";
| ^~~~~~