| Problem | minimum |
|---|---|
| User | hygyatthis |
| Submission Time | 2026-03-30 17:39:52 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:10:9: error: request for member ‘begin’ in ‘A’, which is of non-class type ‘int*’
10 | sort(A.begin(), A.end())
| ^~~~~
minimum.cpp:10:20: error: request for member ‘end’ in ‘A’, which is of non-class type ‘int*’
10 | sort(A.begin(), A.end())
| ^~~