Problem minimum
User ttiramisu
Submission Time 2025-06-04 20:42:52
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp:3:22: error: stray β€˜#’ in program
3 | return None # Handle case where the array is empty
| ^
minimum.cpp:1:1: error: β€˜def’ does not name a type
1 | def findMin(N, Array):
| ^~~