Problem fizzbuzz
User claireau
Submission Time 2024-06-05 21:44:05
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:5:2: error: ‘longlong’ was not declared in this scope
5 | longlong N;
| ^~~~~~~~
fizzbuzz.cpp:6:9: error: ‘N’ was not declared in this scope
6 | cin >> N;
| ^