Problem | minimum |
---|---|
User | YongXin |
Submission Time | 2023-06-01 20:40:42 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:7:10: error: expected ‘;’ before ‘}’ token
7 | m=A[i]
| ^
| ;
8 | }
| ~
minimum.cpp:10:10: error: expected ‘;’ before ‘}’ token
10 | return m
| ^
| ;
11 | }
| ~