| Problem | minimum |
|---|---|
| User | dfsssssssssfsdfdssgdfs |
| Submission Time | 2026-03-11 16:38:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int main()’:
minimum.cpp:8:30: error: a function-definition is not allowed here before ‘{’ token
8 | int findMin(int N, int A[]) {
| ^
minimum.cpp:12:1: error: expected ‘}’ at end of input
12 | }
| ^
minimum.cpp:5:1: note: to match this ‘{’
5 | {
| ^