Problem fizzbuzz
User hackerman1234
Submission Time 2024-02-22 16:24:17
Score 0
Max Time N/A
Max Memory N/A

Compile Error

fizzbuzz.cpp:12:3: error: invalid preprocessing directive #Get
12 | # Get input from the user
| ^~~
fizzbuzz.cpp:15:3: error: invalid preprocessing directive #Call
15 | # Call the fizzbuzz function
| ^~~~
fizzbuzz.cpp:1:1: error: ‘def’ does not name a type
1 | def fizzbuzz(n, a, b):
| ^~~