0_0_34674863_29488.cpp:8:9: error: wrong number of template arguments (1, should be 4)
map<pddd> mp;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/map:61:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:80,
from 0_0_34674863_29488.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_map.h:96:11: error: provided for 'template<class _Key, class _Tp, class _Compare, class _Alloc> class std::map'
class map
^
0_0_34674863_29488.cpp:8:13: error: invalid type in declaration before ';' token
map<pddd> mp;
^
0_0_34674863_29488.cpp: In function 'int main()':
0_0_34674863_29488.cpp:31:6: error: request for member 'clear' in 'mp', which is of non-class type 'int'
mp.clear();
^
|