Susitikimas
- [1] 2019-12-14 13:39 (0)
- [2] 2019-12-14 13:39 (0)
- [3] 2019-12-14 13:40 (0)
- [4] 2019-12-14 13:40 (96.7)
- [5] 2019-12-14 13:41 (43.3)
- [6] 2019-12-14 13:41 (56.7)
- [7] 2019-12-14 13:43 (96.7)
- [8] 2019-12-14 13:49 (96.7)
- [9] 2019-12-14 13:52 (0)
- [10] 2019-12-14 13:52 (96.7)
- [11] 2019-12-14 13:52 (0)
- [12] 2019-12-14 13:53 (60)
- [13] 2019-12-14 13:54 (86.7)
- [14] 2019-12-14 14:00 (100)
- [15] 2019-12-14 14:02 (100)
Taškai: 0
Compile: FAIL
meetup.cpp: In function ‘double ternary_search(double, double)’: meetup.cpp:29:50: error: no matching function for call to ‘max(const double&, int)’ if (abs(right - left)/max(min(right, left), 1) < 0.00000001) { ^ In file included from /usr/include/c++/5/bits/char_traits.h:39:0, from /usr/include/c++/5/ios:40, from /usr/include/c++/5/ostream:38, from /usr/include/c++/5/iostream:39, from meetup.cpp:1: /usr/include/c++/5/bits/stl_algobase.h:219:5: note: candidate: template<class _Tp> const _Tp& std::max(const _Tp&, const _Tp&) max(const _Tp& __a, const _Tp& __b) ^ /usr/include/c++/5/bits/stl_algobase.h:219:5: note: template argument deduction/substitution failed: meetup.cpp:29:50: note: deduced conflicting types for parameter ‘const _Tp’ (‘double’ and ‘int’) if (abs(right - left)/max(min(right, left), 1) < 0.00000001) { ^ In file included from /usr/include/c++/5/bits/char_traits.h:39:0, from /usr/include/c++/5/ios:40, from /usr/include/c++/5/ostream:38, from /usr/include/c++/5/iostream:39, from meetup.cpp:1: /usr/include/c++/5/bits/stl_algobase.h:265:5: note: candidate: template<class _Tp, class _Compare> const _Tp& std::max(const _Tp&, const _Tp&, _Compare) max(const _Tp& __a, const _Tp& __b, _Compare __comp) ^ /usr/include/c++/5/bits/stl_algobase.h:265:5: note: template argument deduction/substitution failed: meetup.cpp:29:50: note: deduced conflicting types for parameter ‘const _Tp’ (‘double’ and ‘int’) if (abs(right - left)/max(min(right, left), 1) < 0.00000001) { ^
nr. | result | time | message |
---|