| Problem | minimum |
|---|---|
| User | AndyChen |
| Submission Time | 2026-05-15 13:23:31 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:3:12: error: request for member ‘begin’ in ‘A’, which is of non-class type ‘int*’
3 | sort(A.begin(), A.end());
| ^~~~~
minimum.cpp:3:23: error: request for member ‘end’ in ‘A’, which is of non-class type ‘int*’
3 | sort(A.begin(), A.end());
| ^~~
minimum.cpp:3:5: error: ‘sort’ was not declared in this scope; did you mean ‘short’?
3 | sort(A.begin(), A.end());
| ^~~~
| short