Problem poklon
User 0
Submission Time 2023-12-12 01:58:30
Score 0
Max Time N/A
Max Memory N/A

Compile Error

poklon.cpp: In function ‘int main()’:
poklon.cpp:67:5: error: reference to ‘left’ is ambiguous
67 | left[i] = pos;
| ^~~~
In file included from /usr/include/c++/9/ios:42,
from /usr/include/c++/9/istream:38,
from /usr/include/c++/9/sstream:38,
from /usr/include/c++/9/complex:45,
from /usr/include/c++/9/ccomplex:39,
from /usr/include/x86_64-linux-gnu/c++/9/bits/stdc++.h:54,
from poklon.cpp:1:
/usr/include/c++/9/bits/ios_base.h:1011:3: note: candidates are: ‘std::ios_base& std::left(std::ios_base&)’
1011 | left(ios_base& __base)
| ^~~~
poklon.cpp:15:5: note: ‘int left [1048576]’
15 | int left[MAXN];
| ^~~~
poklon.cpp:74:5: error: reference to ‘right’ is ambiguous
74 | right[i] = pos;
| ^~~~~
In file included from /usr/include/c++/9/ios:42,