Problem minimum
User goofy
Submission Time 2024-11-03 00:59:50
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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