Problem minimum
User goofy
Submission Time 2024-11-03 01:02:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

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