Problem | fizzbuzz |
---|---|
User | JAMALSGOODATROBOTICS |
Submission Time | 2025-05-12 20:21:13 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:7:9: error: conflicting declaration ‘int N’
7 | int N, A, B;
| ^
fizzbuzz.cpp:6:15: note: previous declaration as ‘long long int N’
6 | long long N;
| ^