Problem fizzbuzz
User Myunz
Submission Time 2025-06-16 20:15:24
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:23:10: error: ‘i’ was not declared in this scope
23 | if((a % i == 0) and (b % i == 0)){
| ^