Problem | fizzbuzz |
---|---|
User | Ignatius |
Submission Time | 2025-03-03 17:01:09 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:8:10: error: ‘n’ was not declared in this scope
8 | int x = n;
| ^
fizzbuzz.cpp:9:10: error: ‘i’ was not declared in this scope
9 | cin>>n>>i;
| ^