| Problem | dayum |
|---|---|
| User | Roucy |
| Submission Time | 2025-06-20 15:21:07 |
| 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>20);
| ^
dayum.cpp:17:12: error: expected ‘)’ before ‘>’ token
17 | if (bool n>20);
| ~ ^
| )
dayum.cpp:19:12: error: expected initializer before ‘<’ token
19 | if (bool n<16);
| ^
dayum.cpp:19:12: error: expected ‘)’ before ‘<’ token
19 | if (bool n<16);
| ~ ^
| )