Submission #00104


ソースコード

ステータス

項目 データ
問題 0006 - Re : Jealousy_of_Parsee
ユーザー名 nasatame
投稿日時 2017-01-29 20:44:58
言語 C++11
状態 Compile Error
得点 0
ソースコード長 652 Byte
最大実行時間 -
最大メモリ使用量

コンパイルメッセージ

./Main.cpp: In function ‘int main()’:
./Main.cpp:27:31: error: no matching function for call to ‘max(lli&, int)’
             ans = max(ans, i-j);
                               ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/bits/char_traits.h:39:0,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/ios:40,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/ostream:38,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/iostream:39,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/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/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_algobase.h:219:5: note:   template argument deduction/substitution failed:
./Main.cpp:27:31: note:   deduced conflicting types for parameter ‘const _Tp’ (‘long long int’ and ‘int’)
             ans = max(ans, i-j);
                               ^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/bits/char_traits.h:39:0,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/ios:40,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/ostream:38,
                 from /usr/local/gcc-5.1.0/include/c++/5.1.0/iostream:39,
                 from ./Main.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/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/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_algobase.h:265:5: note:   template argument deduction/substitution failed:
./Main.cpp:27:31: note:   deduced conflicting types for parameter ‘const _Tp’ (‘long long int’ and ‘int’)
             ans = max(ans, i-j);
                               ^

セット

セット 得点 Cases

テストケース

ファイル名 状態 実行時間 メモリ使用量 #