Problem fizzbuzz
User theRealLucasXD
Submission Time 2025-05-23 16:10:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:21:18: error: expected ‘;’ before ‘}’ token
21 | showInt = true
| ^
| ;
22 | }
| ~