Problem fizzbuzz
User GoldYeti
Submission Time 2026-06-22 16:02:13
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:5:16: error: expected ‘;’ before ‘for’
5 | cin>>max>>a>>b
| ^
| ;
6 | for (int i = 0; i<max; i++){
| ~~~
fizzbuzz.cpp:6:18: error: ‘i’ was not declared in this scope
6 | for (int i = 0; i<max; i++){
| ^