Problem imagination
User PlayVoltz
Submission Time 2024-05-24 21:57:46
Score 0
Max Time N/A
Max Memory N/A

Compile Error

imagination.cpp:1:3: error: invalid preprocessing directive #Define; did you mean #define?
1 | # Define the list of names and words
| ^~~~~~
| define
imagination.cpp:26:3: error: invalid preprocessing directive #Print
26 | # Print each name and word in the list
| ^~~~~
imagination.cpp:2:1: error: ‘names_and_words’ does not name a type
2 | names_and_words = [
| ^~~~~~~~~~~~~~~