Problem | fizzbuzz |
---|---|
User | butterflyyy |
Submission Time | 2024-05-12 17:16:02 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:7:23: error: ‘N’ was not declared in this scope
7 | for(int i = 1;i < N+1;i++){
| ^