Problem fizzbuzz
User JAMALSGOODATROBOTICS
Submission Time 2025-05-12 20:21:03
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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;
| ^