Problem | fizzbuzz |
---|---|
User | bh14 |
Submission Time | 2023-02-10 17:41:47 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:8:2: error: ‘cin’ was not declared in this scope
8 | cin >> c >> a >> b;
| ^~~
fizzbuzz.cpp:9:16: error: expected ‘;’ before ‘)’ token
9 | for (i=1; i<=c)
| ^
| ;