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

Compile Error

minimum.cpp:2:20: error: expected ‘;’ before ‘int’
2 | using namespace std
| ^
| ;
3 |
4 | int findMin(N, A){
| ~~~
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){
| ^