Problem fizzbuzz
User Akshar
Submission Time 2025-01-23 14:39:32
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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