Problem | arrayfind |
---|---|
User | kesleryak |
Submission Time | 2024-04-29 19:50:40 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
arrayfind.cpp:12:7: error: invalid preprocessing directive #Input
12 | # Input array
| ^~~~~
arrayfind.cpp:16:7: error: invalid preprocessing directive #Sort
16 | # Sort the array
| ^~~~
arrayfind.cpp:19:7: error: invalid preprocessing directive #Number
19 | # Number of queries
| ^~~~~~
arrayfind.cpp:22:7: error: invalid preprocessing directive #Process
22 | # Process each query
| ^~~~~~~
arrayfind.cpp:1:1: error: ‘def’ does not name a type
1 | def count_smaller_and_greater(arr, x):
| ^~~