Problem fizzbuzz
User migueltanpe67
Submission Time 2026-06-22 16:06:35
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp:7:7: error: invalid preprocessing directive #Read
7 | # Read N from Codebreaker's standard input
| ^~~~
fizzbuzz.cpp:13:7: error: invalid preprocessing directive #Run
13 | # Run the FizzBuzz loop up to N
| ^~~
fizzbuzz.cpp: In function ‘int main()’:
fizzbuzz.cpp:4:2: error: ‘import’ was not declared in this scope
4 | import sys
| ^~~~~~
fizzbuzz.cpp:25:10: error: expected ‘}’ at end of input
25 | main()
| ^
fizzbuzz.cpp:3:11: note: to match this ‘{’
3 | int main(){
| ^