Problem | minimum |
---|---|
User | Schoolpurposes |
Submission Time | 2025-02-13 15:52:52 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minimum.cpp:3:7: error: invalid preprocessing directive #Initialize
3 | # Initialize the minimum value to a very large number
| ^~~~~~~~~~
minimum.cpp:9:7: error: invalid preprocessing directive #Iterate
9 | # Iterate through the array to find the minimum value
| ^~~~~~~
minimum.cpp:19:7: error: invalid preprocessing directive #Return
19 | # Return the minimum value found
| ^~~~~~
minimum.cpp:1:1: error: ‘def’ does not name a type
1 | def findMin(N, A):
| ^~~