| Problem | souvenirs3 |
|---|---|
| User | ThinkingGeek257 |
| Submission Time | 2026-06-26 17:35:47 |
| Score | 0 |
| Max Time | N/A |
| Max Memory | N/A |
Owl Get a Life
souvenirs3.cpp: In function ‘int main()’:
souvenirs3.cpp:26:13: error: ‘v1’ was not declared in this scope; did you mean ‘__pstl::execution::v1’?
26 | lli p = v1.size()-1;
| ^~
| __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 souvenirs3.cpp:1:
/usr/include/c++/9/pstl/execution_defs.h:19:18: note: ‘__pstl::execution::v1’ declared here
19 | inline namespace v1
| ^~
souvenirs3.cpp:27:9: error: ‘r’ was not declared in this scope
27 | while (r >= 0) {
| ^
souvenirs3.cpp:28:3: error: ‘ans’ was not declared in this scope; did you mean ‘abs’?
28 | ans++;
| ^~~
| abs