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_22014341_5995.cpp:27:13: error: stray '\241' in program
             if(s[1]==¡®u¡®)
             ^
0_0_22014341_5995.cpp:27:13: error: stray '\256' in program
0_0_22014341_5995.cpp:27:13: error: stray '\241' in program
0_0_22014341_5995.cpp:27:13: error: stray '\256' in program
0_0_22014341_5995.cpp:34:17: error: stray '\241' in program
                 if(x==¡®A¡®)
                 ^
0_0_22014341_5995.cpp:34:17: error: stray '\256' in program
0_0_22014341_5995.cpp:34:17: error: stray '\241' in program
0_0_22014341_5995.cpp:34:17: error: stray '\256' in program
0_0_22014341_5995.cpp:39:13: error: stray '\241' in program
             else if(s[1]==¡®o¡®)
             ^
0_0_22014341_5995.cpp:39:13: error: stray '\256' in program
0_0_22014341_5995.cpp:39:13: error: stray '\241' in program
0_0_22014341_5995.cpp:39:13: error: stray '\256' in program
0_0_22014341_5995.cpp:42:17: error: stray '\241' in program
                 if(x==¡®A¡®)
                 ^
0_0_22014341_5995.cpp:42:17: error: stray '\256' in program
0_0_22014341_5995.cpp:42:17: error: stray '\241' in program
0_0_22014341_5995.cpp:42:17: error: stray '\256' in program
0_0_22014341_5995.cpp:69:13: error: stray '\241' in program
             else if(s[1]==¡®e¡®)
             ^
0_0_22014341_5995.cpp:69:13: error: stray '\256' in program
0_0_22014341_5995.cpp:69:13: error: stray '\241' in program
0_0_22014341_5995.cpp:69:13: error: stray '\256' in program
0_0_22014341_5995.cpp: In function 'int main()':
0_0_22014341_5995.cpp:27:24: error: 'u' was not declared in this scope
             if(s[1]==¡®u¡®)
                        ^
0_0_22014341_5995.cpp:34:21: error: no match for 'operator==' (operand types are 'char' and 'std::stack<Node*>')
                 if(x==¡®A¡®)
                     ^
0_0_22014341_5995.cpp:34:21: note: candidates are:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/queue:64:0,
                 from 0_0_22014341_5995.cpp:6:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_queue.h:271:5: note: template<class _Tp, class _Seq> bool std::operator==(const std::queue<_Tp, _Seq>&, const std::queue<_Tp, _Seq>&)
     operator==(const queue<_Tp, _Seq>& __x, const queue<_Tp, _Seq>& __y)
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_queue.h:271:5: note:   template argument deduction/substitution failed:
0_0_22014341_5995.cpp:34:25: note:   mismatched types 'const std::queue<_Tp, _Seq>' and 'char'
                 if(x==¡®A¡®)
                         ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/stack:61:0,
                 from 0_0_22014341_5995.cpp:5:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_stack.h:246:5: note: template<class _Tp, class _Seq> bool std::operator==(const std::stack<_Tp, _Seq>&, const std::stack<_Tp, _Seq>&)
     operator==(const stack<_Tp, _Seq>& __x, const stack<_Tp, _Seq>& __y)
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_stack.h:246:5: note:   template argument deduction/substitution failed:
0_0_22014341_5995.cpp:34:25: note:   mismatched types 'const std::stack<_Tp, _Seq>' and 'char'
                 if(x==¡®A¡®)
                         ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/deque:64:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/stack:60,
                 from 0_0_22014341_5995.cpp:5:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_deque.h:2029:5: note: template<class _Tp, class _Alloc> bool std::operator==(const std::deque<_Tp, _Alloc>&, const std::deque<_Tp, _Alloc>&)
     operator==(const deque<_Tp, _Alloc>& __x,
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_deque.h:2029:5: note:   template argument deduction/substitution failed:
0_0_22014341_5995.cpp:34:25: note:   mismatched types 'const std::deque<_Tp, _Alloc>' and 'char'
                 if(x==¡®A¡®)
                         ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/deque:64:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/stack:60,
                 from 0_0_22014341_5995.cpp:5:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_deque.h:258:5: note: template<class _Tp, class _RefL, class _PtrL, class _RefR, class _PtrR> bool std::operator==(const std::_Deque_iterator<_Tp, _Ref, _Ptr>&, const std::_Deque_iterator<_Tp, _RefR, _PtrR>&)
     operator==(const _Deque_iterator<_Tp, _RefL, _PtrL>& __x,
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_deque.h:258:5: note:   template argument deduction/substitution failed:
0_0_22014341_5995.cpp:34:25: note:   mismatched types 'const std::_Deque_iterator<_Tp, _Ref, _Ptr>' and 'char'
                 if(x==¡®A¡®)
                         ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/deque:64:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/stack:60,
                 from 0_0_22014341_5995.cpp:5:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_deque.h:251:5: note: template<class _Tp, class _Ref, class _Ptr> bool std::operator==(const std::_Deque_iterator<_Tp, _Ref, _Ptr>&, const std::_Deque_iterator<_Tp, _Ref, _Ptr>&)
     operator==(const _Deque_iterator<_Tp, _Ref, _Ptr>& __x,
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_deque.h:251:5: note:   template argument deduction/substitution failed:
0_0_22014341_5995.cpp:34:25: note:   mismatched types 'const std::_Deque_iterator<_Tp, _Ref, _Ptr>' and 'char'
                 if(x==¡®A¡®)
                         ^
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_22014341_5995.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/random.tcc:2030:5: note: template<class _RealType1> bool std::operator==(const std::normal_distribution<_RealType>&, const std::normal_distribution<_RealType>&)
     operator==(const std::normal_distribution<_RealType>& __d1,
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/random.tcc:2030:5: note:   template argument deduction/substitution failed:
0_0_22014341_5995.cpp:34:25: note:   mismatched types 'const std::normal_distribution<_RealType>' and 'char'
                 if(x==¡®A¡®)
                         ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/vector:64:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/random.h:34,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/random:49,
                 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_22014341_5995.cpp:2:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_vector.h:1511:5: note: template<class _Tp, class _Alloc> bool std::operator==(const std::vector<_Tp, _Alloc>&, const std::vector<_Tp, _Alloc>&)
     operator==(const vector<_Tp, _Alloc>& __x, const vector<_Tp, _Alloc>& __y)
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_vector.h:1511:5: note:   template argument deduction/substitution failed:
0_0_22014341_5995.cpp:34:25: note:   mismatched types 'const std::vector<_Tp, _Alloc>' and 'char'
                 if(x==¡®A¡®)
                         ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/locale_facets.h:48:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/basic_ios.h:37,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:44,
                 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_22014341_5995.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/streambuf_iterator.h:204:5: note: template<class _CharT, class _Traits> bool std::operator==(const std::istreambuf_iterator<_CharT, _Traits>&, const std::istreambuf_iterator<_CharT, _Traits>&)
     operator==(const istreambuf_iterator<_CharT, _Traits>& __a,
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/streambuf_iterator.h:204:5: note:   template argument deduction/substitution failed:
0_0_22014341_5995.cpp:34:25: note:   mismatched types 'const std::istreambuf_iterator<_CharT, _Traits>' and 'char'
                 if(x==¡®A¡®)
                         ^
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_22014341_5995.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/basic_string.h:2538:5: note: template<class _CharT, class _Traits, class _Alloc> bool std::operator==(const std::basic_string<_CharT, _Traits, _A


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-17 03:36:40, Gzip enabled