Problem lengthsort
User wrizz69
Submission Time 2024-04-13 12:27:54
Score 0
Max Time N/A
Max Memory N/A

Compile Error

lengthsort.cpp:1:3: error: invalid preprocessing directive #Read
1 | # Read input
| ^~~~
lengthsort.cpp:4:3: error: invalid preprocessing directive #Read
4 | # Read words into a list
| ^~~~
lengthsort.cpp:7:3: error: invalid preprocessing directive #Sort
7 | # Sort the words based on length and original order
| ^~~~
lengthsort.cpp:10:3: error: invalid preprocessing directive #Print
10 | # Print the sorted words
| ^~~~~
lengthsort.cpp:2:1: error: ā€˜nā€™ does not name a type
2 | n = int(input())
| ^