| Problem | minimum |
|---|---|
| User | ZachTAD |
| Submission Time | 2024-02-23 21:12:22 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:6:18: error: ‘smaller’ was not declared in this scope
6 | sort(A, A+N, smaller<long long>());
| ^~~~~~~
minimum.cpp:6:26: error: expected primary-expression before ‘long’
6 | sort(A, A+N, smaller<long long>());
| ^~~~