0_0_29592722_3170.cpp: In function 'void pushup(int)':
0_0_29592722_3170.cpp:39:30: error: 'max' was not declared in this scope
mx[x]=max(max(mx[l],mx[r]),val[x]);
^
0_0_29592722_3170.cpp:39:30: note: suggested alternative:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:64,
from 0_0_29592722_3170.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:3454:5: note: 'std::max'
max(initializer_list<_Tp> __l, _Compare __comp)
^
0_0_29592722_3170.cpp:39:38: error: 'max' was not declared in this scope
mx[x]=max(max(mx[l],mx[r]),val[x]);
^
0_0_29592722_3170.cpp:39:38: note: suggested alternative:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:64,
from 0_0_29592722_3170.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:3454:5: note: 'std::max'
max(initializer_list<_Tp> __l, _Compare __comp)
^
0_0_29592722_3170.cpp:39:38: error: redeclaration of '<typeprefixerror>max'
mx[x]=max(max(mx[l],mx[r]),val[x]);
^
0_0_29592722_3170.cpp:39:30: note: previous declaration '<typeprefixerror>max'
mx[x]=max(max(mx[l],mx[r]),val[x]);
^
0_0_29592722_3170.cpp: In function 'void pushdown(int)':
0_0_29592722_3170.cpp:47:29: error: 'swap' was not declared in this scope
swap(c[x][0],c[x][1]);
^
0_0_29592722_3170.cpp:47:29: note: suggested alternatives:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/unordered_set:48:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/x86_64-w64-mingw32/bits/stdc++.h:116,
from 0_0_29592722_3170.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/unordered_set.h:1325:5: note: 'std::swap'
swap(unordered_multiset<_Value, _Hash, _Pred, _Alloc>& __x,
^
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/exception:162:0,
from GCC4.9.2/x86_64-w64-mingw32/include/c++/ios:39,
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_29592722_3170.cpp:1:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/exception_ptr.h:160:5: note: 'std::__exception_ptr::swap'
swap(exception_ptr& __lhs, exception_ptr& __rhs)
^
|