Problem fizzbuzz
User smartsword
Submission Time 2025-02-24 17:32:31
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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