Problem | dayum |
---|---|
User | Roucy |
Submission Time | 2025-06-20 15:21:34 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
dayum.cpp: In function ‘int main()’:
dayum.cpp:17:12: error: expected initializer before ‘>=’ token
17 | if (bool n>=21);
| ^~
dayum.cpp:17:12: error: expected ‘)’ before ‘>=’ token
17 | if (bool n>=21);
| ~ ^~
| )
dayum.cpp:19:12: error: expected initializer before ‘<=’ token
19 | if (bool n<=15);
| ^~
dayum.cpp:19:12: error: expected ‘)’ before ‘<=’ token
19 | if (bool n<=15);
| ~ ^~
| )