F.A.Q
Hand In Hand
Online Acmers
Problem Archive
Realtime Judge Status
Authors Ranklist
 
     C/C++/Java Exams     
ACM Steps
Go to Job
Contest LiveCast
ICPC@China
Best Coder beta
VIP | STD Contests
    DIY | Web-DIY beta
Author ID 
Password 
 Register new ID

View Compilation Error

0_0_38615974_16440.cpp: In function 'int main()':
0_0_38615974_16440.cpp:55:70: error: no matching function for call to 'max(int&, unsigned int&)'
             mmax = max(mmax,stmax[x1][y2 - (1<<len2) + 1][len1][len2]);
                                                                      ^
In file included from gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/bits/specfun.h:45,
                 from gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/cmath:1892,
                 from gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/x86_64-w64-mingw32/bits/stdc++.h:41,
                 from 0_0_38615974_16440.cpp:1:
gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/bits/stl_algobase.h:219:5: note: candidate: 'template<class _Tp> constexpr const _Tp& std::max(const _Tp&, const _Tp&)'
     max(const _Tp& __a, const _Tp& __b)
     ^~~
gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/bits/stl_algobase.h:219:5: note:   template argument deduction/substitution failed:
0_0_38615974_16440.cpp:55:70: note:   deduced conflicting types for parameter 'const _Tp' ('int' and 'unsigned int')
             mmax = max(mmax,stmax[x1][y2 - (1<<len2) + 1][len1][len2]);
                                                                      ^
In file included from gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/bits/specfun.h:45,
                 from gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/cmath:1892,
                 from gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/x86_64-w64-mingw32/bits/stdc++.h:41,
                 from 0_0_38615974_16440.cpp:1:
gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/bits/stl_algobase.h:265:5: note: candidate: 'template<class _Tp, class _Compare> constexpr const _Tp& std::max(const _Tp&, const _Tp&, _Compare)'
     max(const _Tp& __a, const _Tp& __b, _Compare __comp)
     ^~~
gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/bits/stl_algobase.h:265:5: note:   template argument deduction/substitution failed:
0_0_38615974_16440.cpp:55:70: note:   deduced conflicting types for parameter 'const _Tp' ('int' and 'unsigned int')
             mmax = max(mmax,stmax[x1][y2 - (1<<len2) + 1][len1][len2]);
                                                                      ^
In file included from gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/algorithm:62,
                 from gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/x86_64-w64-mingw32/bits/stdc++.h:65,
                 from 0_0_38615974_16440.cpp:1:
gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/bits/stl_algo.h:3462:5: note: candidate: 'template<class _Tp> constexpr _Tp std::max(std::initializer_list<_Tp>)'
     max(initializer_list<_Tp> __l)
     ^~~
gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/bits/stl_algo.h:3462:5: note:   template argument deduction/substitution failed:
0_0_38615974_16440.cpp:55:70: note:   mismatched types 'std::initializer_list<_Tp>' and 'int'
             mmax = max(mmax,stmax[x1][y2 - (1<<len2) + 1][len1][len2]);
                                                                      ^
In file included from gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/algorithm:62,
                 from gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/x86_64-w64-mingw32/bits/stdc++.h:65,
                 from 0_0_38615974_16440.cpp:1:
gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/bits/stl_algo.h:3468:5: note: candidate: 'template<class _Tp, class _Compare> constexpr _Tp std::max(std::initializer_list<_Tp>, _Compare)'
     max(initializer_list<_Tp> __l, _Compare __comp)
     ^~~
gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/bits/stl_algo.h:3468:5: note:   template argument deduction/substitution failed:
0_0_38615974_16440.cpp:55:70: note:   mismatched types 'std::initializer_list<_Tp>' and 'int'
             mmax = max(mmax,stmax[x1][y2 - (1<<len2) + 1][len1][len2]);
                                                                      ^
0_0_38615974_16440.cpp:56:86: error: no matching function for call to 'max(int&, unsigned int&)'
             mmax = max(mmax,stmax[x2 - (1<<len1) + 1][y2 - (1<<len2) + 1][len1][len2]);
                                                                                      ^
In file included from gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/bits/specfun.h:45,
                 from gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/cmath:1892,
                 from gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/x86_64-w64-mingw32/bits/stdc++.h:41,
                 from 0_0_38615974_16440.cpp:1:
gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/bits/stl_algobase.h:219:5: note: candidate: 'template<class _Tp> constexpr const _Tp& std::max(const _Tp&, const _Tp&)'
     max(const _Tp& __a, const _Tp& __b)
     ^~~
gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/bits/stl_algobase.h:219:5: note:   template argument deduction/substitution failed:
0_0_38615974_16440.cpp:56:86: note:   deduced conflicting types for parameter 'const _Tp' ('int' and 'unsigned int')
             mmax = max(mmax,stmax[x2 - (1<<len1) + 1][y2 - (1<<len2) + 1][len1][len2]);
                                                                                      ^
In file included from gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/bits/specfun.h:45,
                 from gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/cmath:1892,
                 from gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/x86_64-w64-mingw32/bits/stdc++.h:41,
                 from 0_0_38615974_16440.cpp:1:
gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/bits/stl_algobase.h:265:5: note: candidate: 'template<class _Tp, class _Compare> constexpr const _Tp& std::max(const _Tp&, const _Tp&, _Compare)'
     max(const _Tp& __a, const _Tp& __b, _Compare __comp)
     ^~~
gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/bits/stl_algobase.h:265:5: note:   template argument deduction/substitution failed:
0_0_38615974_16440.cpp:56:86: note:   deduced conflicting types for parameter 'const _Tp' ('int' and 'unsigned int')
             mmax = max(mmax,stmax[x2 - (1<<len1) + 1][y2 - (1<<len2) + 1][len1][len2]);
                                                                                      ^
In file included from gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/algorithm:62,
                 from gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/x86_64-w64-mingw32/bits/stdc++.h:65,
                 from 0_0_38615974_16440.cpp:1:
gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/bits/stl_algo.h:3462:5: note: candidate: 'template<class _Tp> constexpr _Tp std::max(std::initializer_list<_Tp>)'
     max(initializer_list<_Tp> __l)
     ^~~
gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/bits/stl_algo.h:3462:5: note:   template argument deduction/substitution failed:
0_0_38615974_16440.cpp:56:86: note:   mismatched types 'std::initializer_list<_Tp>' and 'int'
             mmax = max(mmax,stmax[x2 - (1<<len1) + 1][y2 - (1<<len2) + 1][len1][len2]);
                                                                                      ^
In file included from gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/algorithm:62,
                 from gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/x86_64-w64-mingw32/bits/stdc++.h:65,
                 from 0_0_38615974_16440.cpp:1:
gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/bits/stl_algo.h:3468:5: note: candidate: 'template<class _Tp, class _Compare> constexpr _Tp std::max(std::initializer_list<_Tp>, _Compare)'
     max(initializer_list<_Tp> __l, _Compare __comp)
     ^~~
gcc-8.5.0/lib/gcc/x86_64-w64-mingw32/8.5.0/include/c++/bits/stl_algo.h:3468:5: note:   template argument deduction/substitution failed:
0_0_38615974_16440.cpp:56:86: note:   mismatched types 'std::initializer_list<_Tp>' and 'int'
             mmax = max(mmax,stmax[x2 - (1<<len1) + 1][y2 - (1<<len2) + 1][len1][len2]);
                                                                                      ^


Hangzhou Dianzi University Online Judge 3.0
Copyright © 2005-2024 HDU ACM Team. All Rights Reserved.
Designer & Developer : Wang Rongtao LinLe GaoJie GanLu
Total 0.000000(s) query 1, Server time : 2024-06-26 21:25:47, Gzip enabled