Problem fizzbuzz
User T1224672I
Submission Time 2026-06-23 09:00:55
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:10:13: error: ‘i’ was not declared in this scope
10 | if (i%A !=0 and i%B !=0) cout<<i;
| ^