Problem | minimum |
---|---|
User | god |
Submission Time | 2025-07-11 09:57:20 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:4:24: error: type/value mismatch at argument 2 in template parameter list for ‘template<class _Tp, class _Alloc> class std::vector’
4 | set<int, vector<int, A>, greater<int>>
| ^
minimum.cpp:4:24: note: expected a type, got ‘A’
minimum.cpp:4:38: error: template argument 2 is invalid
4 | set<int, vector<int, A>, greater<int>>
| ^~
minimum.cpp:5:27: error: qualified-id in declaration before ‘(’ token
5 | ios_base::sync_with_stdio(false);
| ^