Problem | platonic |
---|---|
User | kye |
Submission Time | 2025-06-19 09:27:59 |
Score | 0 |
Max Time | N/A |
Max Memory | N/A |
Owl Get a Life
platonic.cpp: In function ‘int main()’:
platonic.cpp:10:39: error: ‘v1’ was not declared in this scope; did you mean ‘__pstl::execution::v1’?
10 | if(V1 == V2 and V1 == V3) cout << v1;
| ^~
| __pstl::execution::v1
In file included from /usr/include/c++/9/pstl/glue_algorithm_defs.h:15,
from /usr/include/c++/9/algorithm:71,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:65,
from platonic.cpp:1:
/usr/include/c++/9/pstl/execution_defs.h:19:18: note: ‘__pstl::execution::v1’ declared here
19 | inline namespace v1
| ^~