Problem | goodprogrammer |
---|---|
User | ThePwo |
Submission Time | 2023-09-18 21:18:49 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
goodprogrammer.cpp:1:3: error: invalid preprocessing directive #Read
1 | # Read the input as a string
| ^~~~
goodprogrammer.cpp:4:3: error: invalid preprocessing directive #Split
4 | # Split the input string into individual words (wabbits)
| ^~~~~
goodprogrammer.cpp:7:3: error: invalid preprocessing directive #Create
7 | # Create a new list to store the tripled wabbits
| ^~~~~~
goodprogrammer.cpp:10:3: error: invalid preprocessing directive #Iterate
10 | # Iterate through the list of wabbits and add each wabbit three times
| ^~~~~~~
goodprogrammer.cpp:14:3: error: invalid preprocessing directive #Join
14 | # Join the tripled wabbits back into a single string
| ^~~~
goodprogrammer.cpp:17:3: error: invalid preprocessing directive #Optionally
17 | # Optionally, print the resulting string as the output
| ^~~~~~~~~~
goodprogrammer.cpp:2:1: error: ‘input_str’ does not na