| Problem | minimum |
|---|---|
| User | thisisapoyo |
| Submission Time | 2026-08-09 10:51:49 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
minimum.cpp: In function ‘int findMin(int, int*)’:
minimum.cpp:6:22: error: ‘begin’ was not declared in this scope; did you mean ‘std::begin’?
6 | for (const int &i : B){
| ^
| std::begin
In file included from /usr/include/c++/9/string:54,
from /usr/include/c++/9/bits/locale_classes.h:40,
from /usr/include/c++/9/bits/ios_base.h:41,
from /usr/include/c++/9/ios:42,
from /usr/include/c++/9/ostream:38,
from /usr/include/c++/9/iostream:39,
from minimum.cpp:1:
/usr/include/c++/9/bits/range_access.h:105:37: note: ‘std::begin’ declared here
105 | template<typename _Tp> const _Tp* begin(const valarray<_Tp>&);
| ^~~~~
minimum.cpp:6:22: error: ‘end’ was not declared in this scope; did you mean ‘std::end’?
6 | for (const int &i :