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_18025512_26671.cpp:23:1: error: stray '\' in program
 vector<Node> node[maxn];/\node[i] i鐐瑰彲杈剧殑鐐�
 ^
0_0_18025512_26671.cpp:23:1: error: stray '\351' in program
0_0_18025512_26671.cpp:23:1: error: stray '\220' in program
0_0_18025512_26671.cpp:23:1: error: stray '\220' in program
0_0_18025512_26671.cpp:23:1: error: stray '\347' in program
0_0_18025512_26671.cpp:23:1: error: stray '\221' in program
0_0_18025512_26671.cpp:23:1: error: stray '\260' in program
0_0_18025512_26671.cpp:23:1: error: stray '\345' in program
0_0_18025512_26671.cpp:23:1: error: stray '\275' in program
0_0_18025512_26671.cpp:23:1: error: stray '\262' in program
0_0_18025512_26671.cpp:23:1: error: stray '\346' in program
0_0_18025512_26671.cpp:23:1: error: stray '\235' in program
0_0_18025512_26671.cpp:23:1: error: stray '\210' in program
0_0_18025512_26671.cpp:23:1: error: stray '\345' in program
0_0_18025512_26671.cpp:23:1: error: stray '\211' in program
0_0_18025512_26671.cpp:23:1: error: stray '\247' in program
0_0_18025512_26671.cpp:23:1: error: stray '\346' in program
0_0_18025512_26671.cpp:23:1: error: stray '\256' in program
0_0_18025512_26671.cpp:23:1: error: stray '\221' in program
0_0_18025512_26671.cpp:23:1: error: stray '\351' in program
0_0_18025512_26671.cpp:23:1: error: stray '\220' in program
0_0_18025512_26671.cpp:23:1: error: stray '\220' in program
0_0_18025512_26671.cpp:23:1: error: stray '\357' in program
0_0_18025512_26671.cpp:23:1: error: stray '\277' in program
0_0_18025512_26671.cpp:23:1: error: stray '\275' in program
0_0_18025512_26671.cpp:23:25: error: expected unqualified-id before '/' token
 vector<Node> node[maxn];/\node[i] i鐐瑰彲杈剧殑鐐�
                         ^
0_0_18025512_26671.cpp:33:3: error: 'net' does not name a type
 } net[ 100010 ]; 
   ^
0_0_18025512_26671.cpp: In constructor 'Dinic::Dinic()':
0_0_18025512_26671.cpp:41:17: error: reference to 'next' is ambiguous
         memset( next, -1, sizeof(next) ); 
                 ^
0_0_18025512_26671.cpp:35:38: note: candidates are: int next [2000]
 int level[maxn], Qu[maxn], out[maxn],next[maxn];
                                      ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:66: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_18025512_26671.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator_base_funcs.h:184:5: note:                 template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
     next(_ForwardIterator __x, typename
     ^
0_0_18025512_26671.cpp:41:34: error: reference to 'next' is ambiguous
         memset( next, -1, sizeof(next) ); 
                                  ^
0_0_18025512_26671.cpp:35:38: note: candidates are: int next [2000]
 int level[maxn], Qu[maxn], out[maxn],next[maxn];
                                      ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:66: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_18025512_26671.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator_base_funcs.h:184:5: note:                 template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
     next(_ForwardIterator __x, typename
     ^
0_0_18025512_26671.cpp: In member function 'void Dinic::insert(int, int, int)':
0_0_18025512_26671.cpp:44:9: error: 'net' was not declared in this scope
         net[end].v = y, net[end].val = c,
         ^
0_0_18025512_26671.cpp:45:19: error: reference to 'next' is ambiguous
   net[end].next = next[x], 
                   ^
0_0_18025512_26671.cpp:35:38: note: candidates are: int next [2000]
 int level[maxn], Qu[maxn], out[maxn],next[maxn];
                                      ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:66: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_18025512_26671.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator_base_funcs.h:184:5: note:                 template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
     next(_ForwardIterator __x, typename
     ^
0_0_18025512_26671.cpp:46:3: error: reference to 'next' is ambiguous
   next[x] = end ++; 
   ^
0_0_18025512_26671.cpp:35:38: note: candidates are: int next [2000]
 int level[maxn], Qu[maxn], out[maxn],next[maxn];
                                      ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:66: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_18025512_26671.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator_base_funcs.h:184:5: note:                 template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
     next(_ForwardIterator __x, typename
     ^
0_0_18025512_26671.cpp:48:19: error: reference to 'next' is ambiguous
   net[end].next = next[y], 
                   ^
0_0_18025512_26671.cpp:35:38: note: candidates are: int next [2000]
 int level[maxn], Qu[maxn], out[maxn],next[maxn];
                                      ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:66: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_18025512_26671.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator_base_funcs.h:184:5: note:                 template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
     next(_ForwardIterator __x, typename
     ^
0_0_18025512_26671.cpp:49:3: error: reference to 'next' is ambiguous
   next[y] = end ++; 
   ^
0_0_18025512_26671.cpp:35:38: note: candidates are: int next [2000]
 int level[maxn], Qu[maxn], out[maxn],next[maxn];
                                      ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:66: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_18025512_26671.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator_base_funcs.h:184:5: note:                 template<class _ForwardIterator> _ForwardIterator std::next(_ForwardIterator, typename std::iterator_traits<_Iter>::difference_type)
     next(_ForwardIterator __x, typename
     ^
0_0_18025512_26671.cpp: In member function 'bool Dinic::BFS(int, int)':
0_0_18025512_26671.cpp:57:26: error: reference to 'next' is ambiguous
             for( int i = next[x]; i != -1; i = net[i].next ) { 
                          ^
0_0_18025512_26671.cpp:35:38: note: candidates are: int next [2000]
 int level[maxn], Qu[maxn], out[maxn],next[maxn];
                                      ^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:66: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_18025512_26671.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_iterator_base_funcs.


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-09-28 05:22:51, Gzip enabled