Grafo spalvinimas
- [1] 2021-11-27 15:19 (60)
- [2] 2021-11-27 15:21 (0)
- [3] 2021-11-27 15:22 (60)
- [4] 2021-11-27 15:23 (68)
- [5] 2021-11-27 15:40 (56.0)
- [6] 2021-11-27 15:42 (0)
- [7] 2021-11-27 15:43 (8)
- [8] 2021-11-27 15:44 (0)
- [9] 2021-11-27 15:45 (28.0)
- [10] 2021-11-27 15:46 (60)
- [11] 2021-11-27 15:48 (60)
- [12] 2021-11-27 15:49 (32)
- [13] 2021-11-27 15:50 (20)
- [14] 2021-11-27 15:58 (60)
- [15] 2021-11-27 16:18 (64)
- [16] 2021-11-27 17:00 (68)
- [17] 2021-11-27 17:02 (20)
- [18] 2021-11-27 17:07 (64)
- [19] 2021-12-27 13:53 (100)
Taškai: 0
Compile: FAIL
grafo_spalvinimas.cpp: In function ‘int main()’: grafo_spalvinimas.cpp:20:36: error: no matching function for call to ‘max(long long int&, int&)’ if (a!= 0) ats = max(ats, a); ^ 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/istream:38, from /usr/include/c++/5/sstream:38, from /usr/include/c++/5/complex:45, from /usr/include/c++/5/ccomplex:38, from /usr/include/x86_64-linux-gnu/c++/5/bits/stdc++.h:52, from grafo_spalvinimas.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: grafo_spalvinimas.cpp:20:36: note: deduced conflicting types for parameter ‘const _Tp’ (‘long long int’ and ‘int’) if (a!= 0) ats = max(ats, a); ^ 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/istream:38, from /usr/include/c++/5/sstream:38, from /usr/include/c++/5/complex:45, from /usr/include/c++/5/ccomplex:38, from /usr/include/x86_64-linux-gnu/c++/5/bits/stdc++.h:52, from grafo_spalvinimas.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: grafo_spalvinimas.cpp:20:36: note: deduced conflicting types for parameter ‘const _Tp’ (‘long long int’ and ‘int’) if (a!= 0) ats = max(ats, a); ^ In file included from /usr/include/c++/5/algorithm:62:0, from /usr/include/x86_64-linux-gnu/c++/5/bits/stdc++.h:64, from grafo_spalvinimas.cpp:1: /usr/include/c++/5/bits/stl_algo.h:3457:5: note: candidate: template<class _Tp> _Tp std::max(std::initializer_list<_Tp>) max(initializer_list<_Tp> __l) ^ /usr/include/c++/5/bits/stl_algo.h:3457:5: note: template argument deduction/substitution failed: grafo_spalvinimas.cpp:20:36: note: mismatched types ‘std::initializer_list<_Tp>’ and ‘long long int’ if (a!= 0) ats = max(ats, a); ^ In file included from /usr/include/c++/5/algorithm:62:0, from /usr/include/x86_64-linux-gnu/c++/5/bits/stdc++.h:64, from grafo_spalvinimas.cpp:1: /usr/include/c++/5/bits/stl_algo.h:3463:5: note: candidate: template<class _Tp, class _Compare> _Tp std::max(std::initializer_list<_Tp>, _Compare) max(initializer_list<_Tp> __l, _Compare __comp) ^ /usr/include/c++/5/bits/stl_algo.h:3463:5: note: template argument deduction/substitution failed: grafo_spalvinimas.cpp:20:36: note: mismatched types ‘std::initializer_list<_Tp>’ and ‘long long int’ if (a!= 0) ats = max(ats, a); ^
nr. | result | time | message |
---|