In file included from 0_0_36181415_1323.cpp:18:0:
GCC4.9.2/x86_64-w64-mingw32/include/c++/cstring: In function 'void Dijkstra(int)':
GCC4.9.2/x86_64-w64-mingw32/include/c++/cstring:71:1: error: 'namespace' definition is not allowed here
namespace std _GLIBCXX_VISIBILITY(default)
^
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++/queue:60,
from 0_0_36181415_1323.cpp:19:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_deque.h:66:1: error: 'namespace' definition is not allowed here
namespace std _GLIBCXX_VISIBILITY(default)
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/deque:66:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/queue:60,
from 0_0_36181415_1323.cpp:19:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/deque.tcc:59:1: error: 'namespace' definition is not allowed here
namespace std _GLIBCXX_VISIBILITY(default)
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_queue.h:62:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/queue:64,
from 0_0_36181415_1323.cpp:19:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/uses_allocator.h:34:1: error: 'namespace' definition is not allowed here
namespace std _GLIBCXX_VISIBILITY(default)
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/queue:64:0,
from 0_0_36181415_1323.cpp:19:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_queue.h:65:1: error: 'namespace' definition is not allowed here
namespace std _GLIBCXX_VISIBILITY(default)
^
0_0_36181415_1323.cpp:26:1: error: a function-definition is not allowed here before '{' token
{
^
0_0_36181415_1323.cpp:135:1: error: expected '}' at end of input
}
^
|