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