0_0_37667980_25084.cpp: In function 'void work()':
0_0_37667980_25084.cpp:14:12: error: reference to 'make_pair' is ambiguous
#define mp make_pair
^
0_0_37667980_25084.cpp:40:3: note: in expansion of macro 'mp'
mp[a[i]][b[i]] = 1;
^
0_0_37667980_25084.cpp:14:12: note: candidates are: std::map<int, std::map<int, int> > make_pair
#define mp make_pair
^
0_0_37667980_25084.cpp:30:26: note: in expansion of macro 'mp'
map<int, map<int, int> > mp;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:64: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++/istream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/sstream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/complex:45,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ccomplex:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:52,
from 0_0_37667980_25084.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:276:5: note: template<class _T1, class _T2> constexpr std::pair<typename std::__decay_and_strip<_Tp>::__type, typename std::__decay_and_strip<_T2>::__type> std::make_pair(_T1&&, _T2&&)
make_pair(_T1&& __x, _T2&& __y)
^
0_0_37667980_25084.cpp:14:12: error: reference to 'make_pair' is ambiguous
#define mp make_pair
^
0_0_37667980_25084.cpp:44:4: note: in expansion of macro 'mp'
mp[i][j] = mp[i-1][j] + mp[i][j-1] - mp[i-1][j-1] + mp[i][j];
^
0_0_37667980_25084.cpp:14:12: note: candidates are: std::map<int, std::map<int, int> > make_pair
#define mp make_pair
^
0_0_37667980_25084.cpp:30:26: note: in expansion of macro 'mp'
map<int, map<int, int> > mp;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:64: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++/istream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/sstream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/complex:45,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ccomplex:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:52,
from 0_0_37667980_25084.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:276:5: note: template<class _T1, class _T2> constexpr std::pair<typename std::__decay_and_strip<_Tp>::__type, typename std::__decay_and_strip<_T2>::__type> std::make_pair(_T1&&, _T2&&)
make_pair(_T1&& __x, _T2&& __y)
^
0_0_37667980_25084.cpp:14:12: error: reference to 'make_pair' is ambiguous
#define mp make_pair
^
0_0_37667980_25084.cpp:44:15: note: in expansion of macro 'mp'
mp[i][j] = mp[i-1][j] + mp[i][j-1] - mp[i-1][j-1] + mp[i][j];
^
0_0_37667980_25084.cpp:14:12: note: candidates are: std::map<int, std::map<int, int> > make_pair
#define mp make_pair
^
0_0_37667980_25084.cpp:30:26: note: in expansion of macro 'mp'
map<int, map<int, int> > mp;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:64: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++/istream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/sstream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/complex:45,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ccomplex:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:52,
from 0_0_37667980_25084.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:276:5: note: template<class _T1, class _T2> constexpr std::pair<typename std::__decay_and_strip<_Tp>::__type, typename std::__decay_and_strip<_T2>::__type> std::make_pair(_T1&&, _T2&&)
make_pair(_T1&& __x, _T2&& __y)
^
0_0_37667980_25084.cpp:14:12: error: reference to 'make_pair' is ambiguous
#define mp make_pair
^
0_0_37667980_25084.cpp:44:28: note: in expansion of macro 'mp'
mp[i][j] = mp[i-1][j] + mp[i][j-1] - mp[i-1][j-1] + mp[i][j];
^
0_0_37667980_25084.cpp:14:12: note: candidates are: std::map<int, std::map<int, int> > make_pair
#define mp make_pair
^
0_0_37667980_25084.cpp:30:26: note: in expansion of macro 'mp'
map<int, map<int, int> > mp;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:64: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++/istream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/sstream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/complex:45,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ccomplex:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:52,
from 0_0_37667980_25084.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:276:5: note: template<class _T1, class _T2> constexpr std::pair<typename std::__decay_and_strip<_Tp>::__type, typename std::__decay_and_strip<_T2>::__type> std::make_pair(_T1&&, _T2&&)
make_pair(_T1&& __x, _T2&& __y)
^
0_0_37667980_25084.cpp:14:12: error: reference to 'make_pair' is ambiguous
#define mp make_pair
^
0_0_37667980_25084.cpp:44:41: note: in expansion of macro 'mp'
mp[i][j] = mp[i-1][j] + mp[i][j-1] - mp[i-1][j-1] + mp[i][j];
^
0_0_37667980_25084.cpp:14:12: note: candidates are: std::map<int, std::map<int, int> > make_pair
#define mp make_pair
^
0_0_37667980_25084.cpp:30:26: note: in expansion of macro 'mp'
map<int, map<int, int> > mp;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:64: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++/istream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/sstream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/complex:45,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ccomplex:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:52,
from 0_0_37667980_25084.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:276:5: note: template<class _T1, class _T2> constexpr std::pair<typename std::__decay_and_strip<_Tp>::__type, typename std::__decay_and_strip<_T2>::__type> std::make_pair(_T1&&, _T2&&)
make_pair(_T1&& __x, _T2&& __y)
^
0_0_37667980_25084.cpp:14:12: error: reference to 'make_pair' is ambiguous
#define mp make_pair
^
0_0_37667980_25084.cpp:44:56: note: in expansion of macro 'mp'
mp[i][j] = mp[i-1][j] + mp[i][j-1] - mp[i-1][j-1] + mp[i][j];
^
0_0_37667980_25084.cpp:14:12: note: candidates are: std::map<int, std::map<int, int> > make_pair
#define mp make_pair
^
0_0_37667980_25084.cpp:30:26: note: in expansion of macro 'mp'
map<int, map<int, int> > mp;
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algobase.h:64: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++/istream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/sstream:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/complex:45,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ccomplex:38,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:52,
from 0_0_37667980_25084.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_pair.h:276:5: note: template<class _T1, class _T2> constexpr std::pair<typename std::__decay_and_strip<_Tp
|