Problem | minimum |
---|---|
User | god |
Submission Time | 2025-07-11 09:57:01 |
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:25: error: type/value mismatch at argument 2 in template parameter list for ‘template<class _Key, class _Compare, class _Alloc> class std::set’
4 | set<int, A, greater<int>>
| ^~
minimum.cpp:4:25: note: expected a type, got ‘A’
minimum.cpp:5:27: error: qualified-id in declaration before ‘(’ token
5 | ios_base::sync_with_stdio(false);
| ^