Problem | gota |
---|---|
User | Codecrusher1234 |
Submission Time | 2025-06-18 09:59:41 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
gota.cpp: In function ‘int main()’:
gota.cpp:22:25: error: expected ‘;’ before ‘}’ token
22 | flag == true
| ^
| ;
23 | }
| ~
gota.cpp:28:1: error: expected ‘}’ at end of input
28 | }
| ^
gota.cpp:4:12: note: to match this ‘{’
4 | int main() {
| ^