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_34280254_15520.cpp:43:9: error: stray '\241' in program
         int pos=str[i]-¡®A¡®;
         ^
0_0_34280254_15520.cpp:43:9: error: stray '\256' in program
0_0_34280254_15520.cpp:43:9: error: stray '\241' in program
0_0_34280254_15520.cpp:43:9: error: stray '\256' in program
0_0_34280254_15520.cpp:88:9: error: stray '\241' in program
         int pos=str[i]-¡®A¡®;
         ^
0_0_34280254_15520.cpp:88:9: error: stray '\256' in program
0_0_34280254_15520.cpp:88:9: error: stray '\241' in program
0_0_34280254_15520.cpp:88:9: error: stray '\256' in program
0_0_34280254_15520.cpp:121:9: error: stray '\241' in program
         if (str[now]==¡®[¡®) {
         ^
0_0_34280254_15520.cpp:121:9: error: stray '\256' in program
0_0_34280254_15520.cpp:121:9: error: stray '\241' in program
0_0_34280254_15520.cpp:121:9: error: stray '\256' in program
0_0_34280254_15520.cpp:123:13: error: stray '\241' in program
             while(str[now]>=¡®0¡®&&str[now]<=¡®9¡®) {
             ^
0_0_34280254_15520.cpp:123:13: error: stray '\256' in program
0_0_34280254_15520.cpp:123:13: error: stray '\241' in program
0_0_34280254_15520.cpp:123:13: error: stray '\256' in program
0_0_34280254_15520.cpp:123:13: error: stray '\241' in program
0_0_34280254_15520.cpp:123:13: error: stray '\256' in program
0_0_34280254_15520.cpp:123:13: error: stray '\241' in program
0_0_34280254_15520.cpp:123:13: error: stray '\256' in program
0_0_34280254_15520.cpp:124:17: error: stray '\241' in program
                 nn = nn*10+(str[now]-¡®0¡®);
                 ^
0_0_34280254_15520.cpp:124:17: error: stray '\256' in program
0_0_34280254_15520.cpp:124:17: error: stray '\241' in program
0_0_34280254_15520.cpp:124:17: error: stray '\256' in program
0_0_34280254_15520.cpp:142:5: error: stray '\241' in program
     tmp[cnt]=¡®\0¡®;
     ^
0_0_34280254_15520.cpp:142:5: error: stray '\256' in program
0_0_34280254_15520.cpp:142:5: error: stray '\' in program
0_0_34280254_15520.cpp:142:5: error: stray '\241' in program
0_0_34280254_15520.cpp:142:5: error: stray '\256' in program
0_0_34280254_15520.cpp: In function 'void updata()':
0_0_34280254_15520.cpp:43:26: error: 'A' was not declared in this scope
         int pos=str[i]-¡®A¡®;
                          ^
0_0_34280254_15520.cpp: In function 'void query()':
0_0_34280254_15520.cpp:88:26: error: 'A' was not declared in this scope
         int pos=str[i]-¡®A¡®;
                          ^
0_0_34280254_15520.cpp: In function 'void solve()':
0_0_34280254_15520.cpp:121:28: error: expected identifier before ')' token
         if (str[now]==¡®[¡®) {
                            ^
0_0_34280254_15520.cpp:121:30: error: expected ']' before '{' token
         if (str[now]==¡®[¡®) {
                              ^
0_0_34280254_15520.cpp: In lambda function:
0_0_34280254_15520.cpp:122:13: error: 'now' is not captured
             now++;
             ^
0_0_34280254_15520.cpp:123:23: error: 'now' is not captured
             while(str[now]>=¡®0¡®&&str[now]<=¡®9¡®) {
                       ^
0_0_34280254_15520.cpp:123:40: error: 'now' is not captured
             while(str[now]>=¡®0¡®&&str[now]<=¡®9¡®) {
                                        ^
0_0_34280254_15520.cpp:124:17: error: 'nn' is not captured
                 nn = nn*10+(str[now]-¡®0¡®);
                 ^
0_0_34280254_15520.cpp:124:22: error: 'nn' is not captured
                 nn = nn*10+(str[now]-¡®0¡®);
                      ^
0_0_34280254_15520.cpp:124:33: error: 'now' is not captured
                 nn = nn*10+(str[now]-¡®0¡®);
                                 ^
0_0_34280254_15520.cpp:125:17: error: 'now' is not captured
                 now++;
                 ^
0_0_34280254_15520.cpp:127:13: error: 'c' is not captured
             c=str[now];
             ^
0_0_34280254_15520.cpp:127:19: error: 'now' is not captured
             c=str[now];
                   ^
0_0_34280254_15520.cpp:128:29: error: 'nn' is not captured
             for (int i=0; i<nn; i++)
                             ^
0_0_34280254_15520.cpp:129:21: error: 'cnt' is not captured
                 tmp[cnt++]=c;
                     ^
0_0_34280254_15520.cpp:129:28: error: 'c' is not captured
                 tmp[cnt++]=c;
                            ^
0_0_34280254_15520.cpp:130:13: error: 'nn' is not captured
             nn=0;
             ^
0_0_34280254_15520.cpp:131:13: error: 'now' is not captured
             now++;
             ^
0_0_34280254_15520.cpp:132:13: error: 'now' is not captured
             now++;
             ^
0_0_34280254_15520.cpp: In function 'void solve()':
0_0_34280254_15520.cpp:121:21: error: no match for 'operator==' (operand types are 'char' and 'solve()::<lambda()>')
         if (str[now]==¡®[¡®) {
                     ^
0_0_34280254_15520.cpp:121:21: note: candidates are:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:62:0,
                 from 0_0_34280254_15520.cpp:11:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_multimap.h:903:5: note: template<class _Key, class _Tp, class _Compare, class _Alloc> bool std::operator==(const std::multimap<_Key, _Tp, _Compare, _Alloc>&, const std::multimap<_Key, _Tp, _Compare, _Alloc>&)
     operator==(const multimap<_Key, _Tp, _Compare, _Alloc>& __x,
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_multimap.h:903:5: note:   template argument deduction/substitution failed:
0_0_34280254_15520.cpp:133:9: note:   mismatched types 'const std::multimap<_Key, _Tp, _Compare, _Alloc>' and 'char'
         }
         ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
                 from 0_0_34280254_15520.cpp:11:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_map.h:1000:5: note: template<class _Key, class _Tp, class _Compare, class _Alloc> bool std::operator==(const std::map<_Key, _Tp, _Compare, _Alloc>&, const std::map<_Key, _Tp, _Compare, _Alloc>&)
     operator==(const map<_Key, _Tp, _Compare, _Alloc>& __x,
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_map.h:1000:5: note:   template argument deduction/substitution failed:
0_0_34280254_15520.cpp:133:9: note:   mismatched types 'const std::map<_Key, _Tp, _Compare, _Alloc>' and 'char'
         }
         ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_map.h:63:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61,
                 from 0_0_34280254_15520.cpp:11:
GCC4.9.2/x86_64-w64-mingw32/include/c++/tuple:846:5: note: template<class ... _TElements, class ... _UElements> constexpr bool std::operator==(const std::tuple<_Args1 ...>&, const std::tuple<_Args2 ...>&)
     operator==(const tuple<_TElements...>& __t,
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/tuple:846:5: note:   template argument deduction/substitution failed:
0_0_34280254_15520.cpp:133:9: note:   mismatched types 'const std::tuple<_Args1 ...>' and 'char'
         }
         ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/tuple:39:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_map.h:63,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61,
                 from 0_0_34280254_15520.cpp:11:
GCC4.9.2/x86_64-w64-mingw32/include/c++/array:232:5: note: template<class _Tp, long long unsigned int _Nm> bool std::operator==(const std::array<_Tp, _Nm>&, const std::array<_Tp, _Nm>&)
     operator==(const array<_Tp, _Nm>& __one, const array<_Tp, _Nm>& __two)
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/array:232:5: note:   template argument deduction/substitution failed:
0_0_34280254_15520.cpp:133:9: note:   mismatched types 'const std::array<_Tp, _Nm>' and 'char'
         }
         ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/set:62:0,
                 from 0_0_34280254_15520.cpp:9:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_multiset.h:777:5: note: template<class _Key, class _Compare, class _Alloc> bool std::operator==(const std::multiset<_Key, _Compare, _Alloc>&, const std::multiset<_Key, _Compare, _Alloc>&)
     operator==(const multiset<_Key, _Compare, _Alloc>& __x,
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_multiset.h:777:5: note:   template argument deduction/substitution failed:
0_0_34280254_15520.cpp:133:9: note:   mismatched types 'const std::multiset<_Key, _Compare, _Alloc>' and 'char'
         }
         ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/set:61:0,
                 from 0_0_34280254_15520.cpp:9:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_set.h:793:5: note: template<class _Key, class _Compare, class _Alloc> bool std::operator==(const std::set<_Key, _Compare, _Alloc>&, const std::set<_Key, _Compare, _Alloc>&)
     operator==(const set<_Key, _Compare, _Alloc>& __x,
     ^
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_set.h:793:5: note:   template argument deduction/substitution failed:
0_0_34280254_15520.cpp:133:9: note:   mismatched types 'const std::set<_Key, _Compare, _Alloc>' and 'char'
         }
         ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/set:60:0,
                 from 0_0_34280254_15520.cpp:9:
GCC4.9.2/x86


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-29 14:53:59, Gzip enabled