Problem lightningrod
User hwy
Submission Time 2023-06-08 21:37:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lightningrod.cpp: In function ‘bool covers(std::pair<int, int>, std::pair<int, int>)’:
lightningrod.cpp:32:11: error: expected ‘;’ before ‘else’
32 | t = true
| ^
| ;
33 | else
| ~~~~