Problem minimum
User WouldIWas
Submission Time 2024-04-15 07:08:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

minimum.cpp:9:20: error: expression list treated as compound expression in initializer [-fpermissive]
9 | int findMin(N, A[N]){
| ^
minimum.cpp:9:21: error: expected ‘,’ or ‘;’ before ‘{’ token
9 | int findMin(N, A[N]){
| ^