Problem prime
User ys
Submission Time 2025-03-19 16:34:19
Score 0
Max Time N/A
Max Memory N/A

Compile Error

prime.cpp: In function ‘int main()’:
prime.cpp:8:3: error: ‘end’ was not declared in this scope; did you mean ‘std::end’?
8 | end(0);
| ^~~
| std::end
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 prime.cpp:1:
/usr/include/c++/9/bits/range_access.h:107:37: note: ‘std::end’ declared here
107 | template<typename _Tp> const _Tp* end(const valarray<_Tp>&);
| ^~~
prime.cpp:17:1: error: expected ‘}’ at end of input
17 | }
| ^
prime.cpp:3:12: note: to match this ‘{’
3 | int main() {
| ^