| Problem | minimum |
|---|---|
| User | dfsssssssssfsdfdssgdfs |
| Submission Time | 2026-03-25 16:01:04 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:9:9: error: expected ‘}’ before ‘else’
9 | else{
| ^~~~
minimum.cpp:7:27: note: to match this ‘{’
7 | if (minmum > A[k]){
| ^
minimum.cpp: At global scope:
minimum.cpp:14:5: error: expected unqualified-id before ‘return’
14 | return minmum;
| ^~~~~~
minimum.cpp:15:1: error: expected declaration before ‘}’ token
15 | }
| ^