Problem fizzbuzz
User JhoCyber
Submission Time 2024-12-18 20:11:43
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int32_t main()’:
fizzbuzz.cpp:8:25: error: ‘b’ was not declared in this scope
8 | if (i%A==0 && i%b==0){
| ^