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_34610787_904.cpp: In function 'std::ostream& operator<<(std::ostream&, const bigint&)':
0_0_34610787_904.cpp:298:11: error: no match for 'operator<<' (operand types are 'std::ostream {aka std::basic_ostream<char>}' and 'char')
    stream << '-';
           ^
0_0_34610787_904.cpp:298:11: note: candidates are:
In file included from 0_0_34610787_904.cpp:6:0:
GCC4.9.2/x86_64-w64-mingw32/include/c++/iomanip:311:5: note: template<class _CharT, class _Traits, class _MoneyT> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, std::_Put_money<_MoneyT>)
     operator<<(basic_ostream<_CharT, _Traits>& __os, _Put_money<_MoneyT> __f)
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/iomanip:311:5: note:   template argument deduction/substitution failed:
0_0_34610787_904.cpp:298:14: note:   mismatched types 'std::_Put_money<_MoneyT>' and 'char'
    stream << '-';
              ^
In file included from 0_0_34610787_904.cpp:6:0:
GCC4.9.2/x86_64-w64-mingw32/include/c++/iomanip:238:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, std::_Setw)
     operator<<(basic_ostream<_CharT, _Traits>& __os, _Setw __f)
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/iomanip:238:5: note:   template argument deduction/substitution failed:
0_0_34610787_904.cpp:298:14: note:   cannot convert ''-'' (type 'char') to type 'std::_Setw'
    stream << '-';
              ^
In file included from 0_0_34610787_904.cpp:6:0:
GCC4.9.2/x86_64-w64-mingw32/include/c++/iomanip:208:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, std::_Setprecision)
     operator<<(basic_ostream<_CharT, _Traits>& __os, _Setprecision __f)
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/iomanip:208:5: note:   template argument deduction/substitution failed:
0_0_34610787_904.cpp:298:14: note:   cannot convert ''-'' (type 'char') to type 'std::_Setprecision'
    stream << '-';
              ^
In file included from 0_0_34610787_904.cpp:6:0:
GCC4.9.2/x86_64-w64-mingw32/include/c++/iomanip:178:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, std::_Setfill<_CharT>)
     operator<<(basic_ostream<_CharT, _Traits>& __os, _Setfill<_CharT> __f)
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/iomanip:178:5: note:   template argument deduction/substitution failed:
0_0_34610787_904.cpp:298:14: note:   mismatched types 'std::_Setfill<_CharT>' and 'char'
    stream << '-';
              ^
In file included from 0_0_34610787_904.cpp:6:0:
GCC4.9.2/x86_64-w64-mingw32/include/c++/iomanip:143:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, std::_Setbase)
     operator<<(basic_ostream<_CharT, _Traits>& __os, _Setbase __f)
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/iomanip:143:5: note:   template argument deduction/substitution failed:
0_0_34610787_904.cpp:298:14: note:   cannot convert ''-'' (type 'char') to type 'std::_Setbase'
    stream << '-';
              ^
In file included from 0_0_34610787_904.cpp:6:0:
GCC4.9.2/x86_64-w64-mingw32/include/c++/iomanip:109:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, std::_Setiosflags)
     operator<<(basic_ostream<_CharT, _Traits>& __os, _Setiosflags __f)
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/iomanip:109:5: note:   template argument deduction/substitution failed:
0_0_34610787_904.cpp:298:14: note:   cannot convert ''-'' (type 'char') to type 'std::_Setiosflags'
    stream << '-';
              ^
In file included from 0_0_34610787_904.cpp:6:0:
GCC4.9.2/x86_64-w64-mingw32/include/c++/iomanip:79:5: note: template<class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, std::_Resetiosflags)
     operator<<(basic_ostream<_CharT, _Traits>& __os, _Resetiosflags __f)
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/iomanip:79:5: note:   template argument deduction/substitution failed:
0_0_34610787_904.cpp:298:14: note:   cannot convert ''-'' (type 'char') to type 'std::_Resetiosflags'
    stream << '-';
              ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/random:51:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:66,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62,
                 from 0_0_34610787_904.cpp:4:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/random.tcc:3312:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::piecewise_linear_distribution<_RealType>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/random.tcc:3312:5: note:   template argument deduction/substitution failed:
0_0_34610787_904.cpp:298:14: note:   mismatched types 'const std::piecewise_linear_distribution<_RealType>' and 'char'
    stream << '-';
              ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/random:51:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:66,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62,
                 from 0_0_34610787_904.cpp:4:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/random.tcc:3096:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::piecewise_constant_distribution<_RealType>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/random.tcc:3096:5: note:   template argument deduction/substitution failed:
0_0_34610787_904.cpp:298:14: note:   mismatched types 'const std::piecewise_constant_distribution<_RealType>' and 'char'
    stream << '-';
              ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/random:51:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:66,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62,
                 from 0_0_34610787_904.cpp:4:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/random.tcc:2886:5: note: template<class _IntType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::discrete_distribution<_IntType>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/random.tcc:2886:5: note:   template argument deduction/substitution failed:
0_0_34610787_904.cpp:298:14: note:   mismatched types 'const std::discrete_distribution<_IntType>' and 'char'
    stream << '-';
              ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/random:51:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:66,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62,
                 from 0_0_34610787_904.cpp:4:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/random.tcc:2427:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::student_t_distribution<_RealType>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/random.tcc:2427:5: note:   template argument deduction/substitution failed:
0_0_34610787_904.cpp:298:14: note:   mismatched types 'const std::student_t_distribution<_RealType>' and 'char'
    stream << '-';
              ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/random:51:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:66,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62,
                 from 0_0_34610787_904.cpp:4:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/random.tcc:2352:5: note: template<class _RealType, class _CharT, class _Traits> std::basic_ostream<_CharT, _Traits>& std::operator<<(std::basic_ostream<_CharT, _Traits>&, const std::fisher_f_distribution<_RealType>&)
     operator<<(std::basic_ostream<_CharT, _Traits>& __os,
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/random.tcc:2352:5: note:   template argument deduction/substitution failed:
0_0_34610787_904.cpp:298:14: note:   mismatched types 'const std::fisher_f_distribution<_RealType>' and 'char'
    stream << '-';
              ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/random:51:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:66,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62,
                 from 0_0_34610787_904.cpp:4:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/random.tcc:2188:5: note: template<class _RealType


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-26 09:48:08, Gzip enabled