Problem fizzbuzz
User FIips
Submission Time 2023-12-27 03:17:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:13:7: error: ‘I’ was not declared in this scope
13 | if (I%A == 0 && I%B != 0) {
| ^