| Problem | summit | 
|---|---|
| User | meowmeow | 
| Submission Time | 2023-06-13 17:33:19 | 
| Score | 0 | 
| Max Time | N/A | 
| Max Memory | N/A | 
Owl Get a Life
 summit.cpp: In function ‘int main()’:
summit.cpp:25:3: error: expected ‘,’ or ‘;’ before ‘if’
   25 |   if (checker) {
      |   ^~
summit.cpp:30:3: error: ‘else’ without a previous ‘if’
   30 |   else if (checker == false && upper - lower != 1) {
      |   ^~~~