Problem lightningrod
User Henries
Submission Time 2025-03-05 11:36:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lightningrod.cpp: In function ‘int main()’:
lightningrod.cpp:52:14: error: expected ‘;’ before ‘}’ token
52 | ok = false
| ^
| ;
53 | }
| ~