Problem | minimum |
---|---|
User | rhea61 |
Submission Time | 2023-11-09 09:15:51 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int main()’:
minimum.cpp:6:29: error: a function-definition is not allowed here before ‘{’ token
6 | int findMin(int N, int A[]){
| ^
minimum.cpp:14:9: error: ‘minumum’ was not declared in this scope
14 | return minumum;
| ^~~~~~~