Submission #00130
ソースコード
ステータス
項目 |
データ |
問題 |
0004 - いちご |
ユーザー名 |
e2215
|
投稿日時 |
2022-11-15 17:58:07 |
言語 |
C++17 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
448 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./Main.cpp: In function ‘int main()’:
./Main.cpp:10:27: error: no matching function for call to ‘max(int&, long long int&)’
maxa=max(a[i],maxa);
^
In file included from /usr/local/gcc-8.2.0/include/c++/8.2.0/bits/specfun.h:45,
from /usr/local/gcc-8.2.0/include/c++/8.2.0/cmath:1892,
from /usr/local/gcc-8.2.0/include/c++/8.2.0/x86_64-pc-linux-gnu/bits/stdc++.h:41,
from ./Main.cpp:1:
/usr/local/gcc-8.2.0/include/c++/8.2.0/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)
^~~
/usr/local/gcc-8.2.0/include/c++/8.2.0/bits/stl_algobase.h:219:5: note: template argument deduction/substitution failed:
./Main.cpp:10:27: note: deduced conflicting types for parameter ‘const _Tp’ (‘int’ and ‘long long int’)
maxa=max(a[i],maxa);
^
In file included from /usr/local/gcc-8.2.0/include/c++/8.2.0/bits/specfun.h:45,
from /usr/local/gcc-8.2.0/include/c++/8.2.0/cmath:1892,
from /usr/local/gcc-8.2.0/include/c++/8.2.0/x86_64-pc-linux-gnu/bits/stdc++.h:41,
from ./Main.cpp:1:
/usr/local/gcc-8.2.0/include/c++/8.2.0/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)
^~~
/usr/local/gcc-8.2.0/include/c++/8.2.0/bits/stl_algobase.h:265:5: note: template argument deduction/substitution failed:
./Main.cpp:10:27: note: deduced conflicting types for parameter ‘const _Tp’ (‘int’ and ‘long long int’)
maxa=max(a[i],maxa);
^
In file included from /usr/local/gcc-8.2.0/include/c++/8.2.0/algorithm:62,
from /usr/local/gcc-8.2.0/include/c++/8.2.0/x86_64-pc-linux-gnu/bits/stdc++.h:65,
from ./Main.cpp:1:
/usr/local/gcc-8.2.0/include/c++/8.2.0/bits/stl_algo.h:3462:5: note: candidate: ‘template<class _Tp> constexpr _Tp std::max(std::initializer_list<_Tp>)’
max(initializer_list<_Tp> __l)
^~~
/usr/local/gcc-8.2.0/include/c++/8.2.0/bits/stl_algo.h:3462:5: note: template argument deduction/substitution failed:
./Main.cpp:10:27: note: mismatched types ‘std::initializer_list<_Tp>’ and ‘int’
maxa=max(a[i],maxa);
^
In file included from /usr/local/gcc-8.2.0/include/c++/8.2.0/algorithm:62,
from /usr/local/gcc-8.2.0/include/c++/8.2.0/x86_64-pc-linux-gnu/bits/stdc++.h:65,
from ./Main.cpp:1:
/usr/local/gcc-8.2.0/include/c++/8.2.0/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)
^~~
/usr/local/gcc-8.2.0/include/c++/8.2.0/bits/stl_algo.h:3468:5: note: template argument deduction/substitution failed:
./Main.cpp:10:27: note: mismatched types ‘std::initializer_list<_Tp>’ and ‘int’
maxa=max(a[i],maxa);
^
./Main.cpp:11:27: error: no matching function for call to ‘max(int&, long long int&)’
maxt=max(t[i],maxt);
^
In file included from /usr/local/gcc-8.2.0/include/c++/8.2.0/bits/specfun.h:45,
from /usr/local/gcc-8.2.0/include/c++/8.2.0/cmath:1892,
from /usr/local/gcc-8.2.0/include/c++/8.2.0/x86_64-pc-linux-gnu/bits/stdc++.h:41,
from ./Main.cpp:1:
/usr/local/gcc-8.2.0/include/c++/8.2.0/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)
^~~
/usr/local/gcc-8.2.0/include/c++/8.2.0/bits/stl_algobase.h:219:5: note: template argument deduction/substitution failed:
./Main.cpp:11:27: note: deduced conflicting types for parameter ‘const _Tp’ (‘int’ and ‘long long int’)
maxt=max(t[i],maxt);
^
In file included from /usr/local/gcc-8.2.0/include/c++/8.2.0/bits/specfun.h:45,
from /usr/local/gcc-8.2.0/include/c++/8.2.0/cmath:1892,
from /usr/local/gcc-8.2.0/include/c++/8.2.0/x86_64-pc-linux-gnu/bits/stdc++.h:41,
from ./Main.cpp:1:
/usr/local/gcc-8.2.0/include/c++/8.2.0/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)
^~~
/usr/local/gcc-8.2.0/include/c++/8.2.0/bits/stl_algobase.h:265:5: note: template argument deduction/substitution failed:
./Main.cpp:11:27: note: deduced conflicting types for parameter ‘const _Tp’ (‘int’ and ‘long long int’)
maxt=max(t[i],maxt);
^
In file included from /usr/local/gcc-8.2.0/include/c++/8.2.0/algorithm:62,
from /usr/local/gcc-8.2.0/include/c++/8.2.0/x86_64-pc-linux-gnu/bits/stdc++.h:65,
from ./Main.cpp:1:
/usr/local/gcc-8.2.0/include/c++/8.2.0/bits/stl_algo.h:3462:5: note: candidate: ‘template<class _Tp> constexpr _Tp std::max(std::initializer_list<_Tp>)’
max(initializer_list<_Tp> __l)
^~~
/usr/local/gcc-8.2.0/include/c++/8.2.0/bits/stl_algo.h:3462:5: note: template argument deduction/substitution failed:
./Main.cpp:11:27: note: mismatched types ‘std::initializer_list<_Tp>’ and ‘int’
maxt=max(t[i],maxt);
^
In file included from /usr/local/gcc-8.2.0/include/c++/8.2.0/algorithm:62,
from /usr/local/gcc-8.2.0/include/c++/8.2.0/x86_64-pc-linux-gnu/bits/stdc++.h:65,
from ./Main.cpp:1:
/usr/local/gcc-8.2.0/include/c++/8.2.0/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)
^~~
/usr/local/gcc-8.2.0/include/c++/8.2.0/bits/stl_algo.h:3468:5: note: template argument deduction/substitution failed:
./Main.cpp:11:27: note: mismatched types ‘std::initializer_list<_Tp>’ and ‘int’
maxt=max(t[i],maxt);
^
セット
テストケース