Problem poklon
User FIips
Submission Time 2025-02-12 08:03:01
Score 0
Max Time N/A
Max Memory N/A

Compile Error

poklon.cpp: In function ‘int32_t main()’:
poklon.cpp:41:11: error: invalid types ‘long long int[int]’ for array subscript
41 | m[arr[q[0].l]]++;
| ^
poklon.cpp:44:14: error: invalid types ‘long long int[long long int]’ for array subscript
44 | int L = q[i].l, R = q[i].r;
| ^
poklon.cpp:46:19: error: ‘R’ was not declared in this scope
46 | while(m_right < R) {
| ^
poklon.cpp:54:19: error: ‘R’ was not declared in this scope
54 | while(m_right > R) {
| ^
poklon.cpp:70:10: error: invalid types ‘long long int[long long int]’ for array subscript
70 | ans[q[i].idx] = cur;
| ^