Problem | fizzbuzz |
---|---|
User | hitarthdangra |
Submission Time | 2025-06-16 16:37:06 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:6:23: error: expected ‘;’ before ‘for’
6 | cin >> N >> A >> B
| ^
| ;
7 | for (int i = 0; i < N; i++) {
| ~~~
fizzbuzz.cpp:7:21: error: ‘i’ was not declared in this scope
7 | for (int i = 0; i < N; i++) {
| ^
fizzbuzz.cpp: At global scope:
fizzbuzz.cpp:22:1: error: expected declaration before ‘}’ token
22 | }
| ^