Problem | medianstring |
---|---|
User | jerriel |
Submission Time | 2025-08-13 17:15:11 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
medianstring.cpp:1:3: error: invalid preprocessing directive #Read
1 | # Read the input
| ^~~~
medianstring.cpp:5:3: error: invalid preprocessing directive #Sort
5 | # Sort the numbers
| ^~~~
medianstring.cpp:8:3: error: invalid preprocessing directive #Find
8 | # Find the median
| ^~~~
medianstring.cpp:11:3: error: invalid preprocessing directive #Output
11 | # Output the median
| ^~~~~~
medianstring.cpp:2:1: error: āNā does not name a type
2 | N = int(input())
| ^