Problem poklon
User edwinkoon
Submission Time 2024-02-22 15:29:21
Score 0
Max Time N/A
Max Memory N/A

Compile Error

poklon.cpp: In function ‘int main()’:
poklon.cpp:99:5: error: reference to ‘left’ is ambiguous
99 | 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:14:5: note: ‘int left [1048576]’
14 | int left[MAXN];
| ^~~~
poklon.cpp:106:5: error: reference to ‘right’ is ambiguous
106 | right[i] = pos;
| ^~~~~
In file included from /usr/include/c++/9/ios:42,