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_15184344_24441.cpp: In function 'int main()':
0_0_15184344_24441.cpp:11:13: error: cannot bind 'std::istream {aka std::basic_istream<char>}' lvalue to 'std::basic_istream<char>&&'
       {cin>>a>>b;
             ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:40:0,
                 from 0_0_15184344_24441.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/istream:872:5: note: initializing argument 1 of 'std::basic_istream<_CharT, _Traits>& std::operator>>(std::basic_istream<_CharT, _Traits>&&, _Tp&) [with _CharT = char; _Traits = std::char_traits<char>; _Tp = int [10001]]'
     operator>>(basic_istream<_CharT, _Traits>&& __is, _Tp& __x)
     ^
0_0_15184344_24441.cpp:12:11: error: invalid operands of types 'int [10001]' and 'double' to binary 'operator*'
       c=a*1.0/b;}
           ^
0_0_15184344_24441.cpp:17:16: error: invalid operands of types 'double [10001]' and 'double' to binary 'operator<'
        if(c<c[j])
                ^
0_0_15184344_24441.cpp:19:20: error: no matching function for call to 'swap(double [10001], double&)'
         swap(c,c[j]); swap(a,a[j]);
                    ^
0_0_15184344_24441.cpp:19:20: note: candidates are:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:64,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/char_traits.h:39,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
                 from 0_0_15184344_24441.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:166:5: note: template<class _Tp> void std::swap(_Tp&, _Tp&)
     swap(_Tp& __a, _Tp& __b)
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:166:5: note:   template argument deduction/substitution failed:
0_0_15184344_24441.cpp:19:20: note:   deduced conflicting types for parameter '_Tp' ('double [10001]' and 'double')
         swap(c,c[j]); swap(a,a[j]);
                    ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:64,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/char_traits.h:39,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
                 from 0_0_15184344_24441.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:185:5: note: template<class _Tp, long long unsigned int _Nm> void std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm])
     swap(_Tp (&__a)[_Nm], _Tp (&__b)[_Nm])
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:185:5: note:   template argument deduction/substitution failed:
0_0_15184344_24441.cpp:19:20: note:   mismatched types '_Tp [_Nm]' and 'double'
         swap(c,c[j]); swap(a,a[j]);
                    ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:64:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/char_traits.h:39,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
                 from 0_0_15184344_24441.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:254:5: note: template<class _T1, class _T2> void std::swap(std::pair<_T1, _T2>&, std::pair<_T1, _T2>&)
     swap(pair<_T1, _T2>& __x, pair<_T1, _T2>& __y)
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:254:5: note:   template argument deduction/substitution failed:
0_0_15184344_24441.cpp:19:20: note:   mismatched types 'std::pair<_T1, _T2>' and 'double [10001]'
         swap(c,c[j]); swap(a,a[j]);
                    ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/string:52:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/locale_classes.h:40,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/ios_base.h:41,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:42,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
                 from 0_0_15184344_24441.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/basic_string.h:2736:5: note: template<class _CharT, class _Traits, class _Alloc> void std::swap(std::basic_string<_CharT, _Traits, _Alloc>&, std::basic_string<_CharT, _Traits, _Alloc>&)
     swap(basic_string<_CharT, _Traits, _Alloc>& __lhs,
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/basic_string.h:2736:5: note:   template argument deduction/substitution failed:
0_0_15184344_24441.cpp:19:20: note:   mismatched types 'std::basic_string<_CharT, _Traits, _Alloc>' and 'double [10001]'
         swap(c,c[j]); swap(a,a[j]);
                    ^
0_0_15184344_24441.cpp:19:34: error: no matching function for call to 'swap(int [10001], int&)'
         swap(c,c[j]); swap(a,a[j]);
                                  ^
0_0_15184344_24441.cpp:19:34: note: candidates are:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:64,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/char_traits.h:39,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
                 from 0_0_15184344_24441.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:166:5: note: template<class _Tp> void std::swap(_Tp&, _Tp&)
     swap(_Tp& __a, _Tp& __b)
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:166:5: note:   template argument deduction/substitution failed:
0_0_15184344_24441.cpp:19:34: note:   deduced conflicting types for parameter '_Tp' ('int [10001]' and 'int')
         swap(c,c[j]); swap(a,a[j]);
                                  ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:64,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/char_traits.h:39,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
                 from 0_0_15184344_24441.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:185:5: note: template<class _Tp, long long unsigned int _Nm> void std::swap(_Tp (&)[_Nm], _Tp (&)[_Nm])
     swap(_Tp (&__a)[_Nm], _Tp (&__b)[_Nm])
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:185:5: note:   template argument deduction/substitution failed:
0_0_15184344_24441.cpp:19:34: note:   mismatched types '_Tp [_Nm]' and 'int'
         swap(c,c[j]); swap(a,a[j]);
                                  ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:64:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/char_traits.h:39,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:40,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
                 from 0_0_15184344_24441.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:254:5: note: template<class _T1, class _T2> void std::swap(std::pair<_T1, _T2>&, std::pair<_T1, _T2>&)
     swap(pair<_T1, _T2>& __x, pair<_T1, _T2>& __y)
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:254:5: note:   template argument deduction/substitution failed:
0_0_15184344_24441.cpp:19:34: note:   mismatched types 'std::pair<_T1, _T2>' and 'int [10001]'
         swap(c,c[j]); swap(a,a[j]);
                                  ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/string:52:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/locale_classes.h:40,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/ios_base.h:41,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:42,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ostream:38,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/iostream:39,
                 from 0_0_15184344_24441.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/i


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-11-01 18:40:08, Gzip enabled