0_0_33858772_27837.cpp: In function 'int main()':
0_0_33858772_27837.cpp:11:27: error: 'memset' was not declared in this scope
memset(ar, 0, sizeof(ar));
^
0_0_33858772_27837.cpp:22:31: error: 'min_element' was not declared in this scope
p = min_element(ar, ar + a);
^
0_0_33858772_27837.cpp:22:31: note: suggested alternative:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62:0,
from 0_0_33858772_27837.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:5451:5: note: 'std::min_element'
min_element(_ForwardIterator __first, _ForwardIterator __last,
^
0_0_33858772_27837.cpp:29:31: error: 'min_element' was not declared in this scope
p = min_element(br, br + b);
^
0_0_33858772_27837.cpp:29:31: note: suggested alternative:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62:0,
from 0_0_33858772_27837.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:5451:5: note: 'std::min_element'
min_element(_ForwardIterator __first, _ForwardIterator __last,
^
0_0_33858772_27837.cpp:36:31: error: 'min_element' was not declared in this scope
p = min_element(cr, cr + c);
^
0_0_33858772_27837.cpp:36:31: note: suggested alternative:
In file included from GCC4.9.2/x86_64-w64-mingw32/include/c++/algorithm:62:0,
from 0_0_33858772_27837.cpp:3:
GCC4.9.2/x86_64-w64-mingw32/include/c++/bits/stl_algo.h:5451:5: note: 'std::min_element'
min_element(_ForwardIterator __first, _ForwardIterator __last,
^
|