Submission #00052
ソースコード
ステータス
項目 |
データ |
問題 |
0002 - Koto市営地下鉄 |
ユーザー名 |
nakamura
|
投稿日時 |
2015-08-28 09:54:09 |
言語 |
C++11 |
状態 |
Compile Error |
得点 |
0
|
ソースコード長 |
342 Byte |
最大実行時間 |
-
|
最大メモリ使用量 |
|
コンパイルメッセージ
./52.cpp: In function ‘int main()’:
./52.cpp:12:56: error: no matching function for call to ‘min(long double&, int)’
ans = std::min(ans, abs(sqrt(x_ * x_ + y_ * y_) - E));
^
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 ./52.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_algobase.h:195:5: note: candidate: template<class _Tp> const _Tp& std::min(const _Tp&, const _Tp&)
min(const _Tp& __a, const _Tp& __b)
^
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_algobase.h:195:5: note: template argument deduction/substitution failed:
./52.cpp:12:56: note: deduced conflicting types for parameter ‘const _Tp’ (‘long double’ and ‘int’)
ans = std::min(ans, abs(sqrt(x_ * x_ + y_ * y_) - E));
^
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 ./52.cpp:1:
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_algobase.h:243:5: note: candidate: template<class _Tp, class _Compare> const _Tp& std::min(const _Tp&, const _Tp&, _Compare)
min(const _Tp& __a, const _Tp& __b, _Compare __comp)
^
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_algobase.h:243:5: note: template argument deduction/substitution failed:
./52.cpp:12:56: note: deduced conflicting types for parameter ‘const _Tp’ (‘long double’ and ‘int’)
ans = std::min(ans, abs(sqrt(x_ * x_ + y_ * y_) - E));
^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/algorithm:62:0,
from ./52.cpp:4:
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_algo.h:3445:5: note: candidate: template<class _Tp> _Tp std::min(std::initializer_list<_Tp>)
min(initializer_list<_Tp> __l)
^
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_algo.h:3445:5: note: template argument deduction/substitution failed:
./52.cpp:12:56: note: mismatched types ‘std::initializer_list<_Tp>’ and ‘long double’
ans = std::min(ans, abs(sqrt(x_ * x_ + y_ * y_) - E));
^
In file included from /usr/local/gcc-5.1.0/include/c++/5.1.0/algorithm:62:0,
from ./52.cpp:4:
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_algo.h:3451:5: note: candidate: template<class _Tp, class _Compare> _Tp std::min(std::initializer_list<_Tp>, _Compare)
min(initializer_list<_Tp> __l, _Compare __comp)
^
/usr/local/gcc-5.1.0/include/c++/5.1.0/bits/stl_algo.h:3451:5: note: template argument deduction/substitution failed:
./52.cpp:12:56: note: mismatched types ‘std::initializer_list<_Tp>’ and ‘long double’
ans = std::min(ans, abs(sqrt(x_ * x_ + y_ * y_) - E));
^
セット
テストケース