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_25009093_32240.cpp:46:9: error: stray '\250' in program
         for( int j = 1 ; j >= 0; –j ) {
         ^
0_0_25009093_32240.cpp:71:14: error: stray '\250' in program
              int curOne = curOnes + j – 2*oneCnt;
              ^
0_0_25009093_32240.cpp:82:14: error: stray '\250' in program
              curOne = curZeros – j + 2*oneCnt;
              ^
0_0_25009093_32240.cpp:83:14: error: stray '\250' in program
              int nextOne = j + curOnes – oneCnt;
              ^
0_0_25009093_32240.cpp:111:5: error: stray '\241' in program
     while( scanf(“%d%d%lld%lld”,&n,&m,&s,&t) != EOF ) {
     ^
0_0_25009093_32240.cpp:111:5: error: stray '\260' in program
0_0_25009093_32240.cpp:111:5: error: stray '\241' in program
0_0_25009093_32240.cpp:111:5: error: stray '\261' in program
0_0_25009093_32240.cpp:117:16: error: stray '\241' in program
                cerr<<t<<” “<<MAXT<<endl;
                ^
0_0_25009093_32240.cpp:117:16: error: stray '\261' in program
0_0_25009093_32240.cpp:117:16: error: stray '\241' in program
0_0_25009093_32240.cpp:117:16: error: stray '\260' in program
0_0_25009093_32240.cpp:121:17: error: stray '\241' in program
                 scanf(“%lld”,&a[i]);
                 ^
0_0_25009093_32240.cpp:121:17: error: stray '\260' in program
0_0_25009093_32240.cpp:121:17: error: stray '\241' in program
0_0_25009093_32240.cpp:121:17: error: stray '\261' in program
0_0_25009093_32240.cpp:131:12: error: stray '\250' in program
            if( x == s ) loops–;
            ^
0_0_25009093_32240.cpp:132:12: error: stray '\241' in program
            printf(“%lld\n”, loops);
            ^
0_0_25009093_32240.cpp:132:12: error: stray '\260' in program
0_0_25009093_32240.cpp:132:12: error: stray '\' in program
0_0_25009093_32240.cpp:132:12: error: stray '\241' in program
0_0_25009093_32240.cpp:132:12: error: stray '\261' in program
0_0_25009093_32240.cpp: In function 'void solve(LL, LL&, LL&)':
0_0_25009093_32240.cpp:33:4: error: reference to 'rank' is ambiguous
    rank[0][0][0] = n;
    ^
0_0_25009093_32240.cpp:19:5: note: candidates are: int rank [2][2][100005]
 int rank[2][2][N+5];
     ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:57:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59,
                 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_25009093_32240.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note:                 template<class> struct std::rank
     struct rank
            ^
0_0_25009093_32240.cpp:34:4: error: reference to 'rank' is ambiguous
    rank[0][1][0] = 0;
    ^
0_0_25009093_32240.cpp:19:5: note: candidates are: int rank [2][2][100005]
 int rank[2][2][N+5];
     ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:57:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59,
                 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_25009093_32240.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note:                 template<class> struct std::rank
     struct rank
            ^
0_0_25009093_32240.cpp:36:9: error: reference to 'rank' is ambiguous
         rank[0][0][i] = i-1;
         ^
0_0_25009093_32240.cpp:19:5: note: candidates are: int rank [2][2][100005]
 int rank[2][2][N+5];
     ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:57:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59,
                 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_25009093_32240.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note:                 template<class> struct std::rank
     struct rank
            ^
0_0_25009093_32240.cpp:45:39: error: reference to 'rank' is ambiguous
         for( int j = 0 ; j < 2; ++j ) rank[cur][j][0] = 0;
                                       ^
0_0_25009093_32240.cpp:19:5: note: candidates are: int rank [2][2][100005]
 int rank[2][2][N+5];
     ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:57:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59,
                 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_25009093_32240.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note:                 template<class> struct std::rank
     struct rank
            ^
0_0_25009093_32240.cpp:46:35: error: 'Cj' was not declared in this scope
         for( int j = 1 ; j >= 0; –j ) {
                                   ^
0_0_25009093_32240.cpp:47:36: error: reference to 'rank' is ambiguous
              for( int k = 1 ; k <= rank[pre][j][0]; ++k ) {
                                    ^
0_0_25009093_32240.cpp:19:5: note: candidates are: int rank [2][2][100005]
 int rank[2][2][N+5];
     ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:57:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59,
                 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_25009093_32240.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note:                 template<class> struct std::rank
     struct rank
            ^
0_0_25009093_32240.cpp:48:29: error: reference to 'rank' is ambiguous
                   int idx = rank[pre][j][k];
                             ^
0_0_25009093_32240.cpp:19:5: note: candidates are: int rank [2][2][100005]
 int rank[2][2][N+5];
     ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:57:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59,
                 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_25009093_32240.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/type_traits:1340:12: note:                 template<class> struct std::rank
     struct rank
            ^
0_0_25009093_32240.cpp:49:43: error: reference to 'rank' is ambiguous
                   if( a[idx] & two(i-1) ) rank[cur][1][ ++rank[cur][1][0] ] = idx ;
                                           ^
0_0_25009093_32240.cpp:19:5: note: candidates are: int rank [2][2][100005]
 int rank[2][2][N+5];
     ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/move.h:57:0,
                 from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:59,
                 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 D


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-06-30 18:51:13, Gzip enabled