Problem fizzbuzz
User theBlackMissile
Submission Time 2023-10-10 09:32:47
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘bool isDivisable(int, int)’:
fizzbuzz.cpp:9:14: error: expected ‘;’ before ‘}’ token
9 | return true
| ^
| ;
10 | }
| ~
fizzbuzz.cpp:13:15: error: expected ‘;’ before ‘}’ token
13 | return false
| ^
| ;
14 | }
| ~