Problem minimum
User that1Kid
Submission Time 2024-05-07 07:21:15
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp:1:13: error: ā€˜Nā€™ was not declared in this scope
1 | int findMin(N, A):
| ^
minimum.cpp:1:16: error: ā€˜Aā€™ was not declared in this scope
1 | int findMin(N, A):
| ^
minimum.cpp:1:17: error: expression list treated as compound expression in initializer [-fpermissive]
1 | int findMin(N, A):
| ^