Problem stickytape
User popperoni
Submission Time 2026-01-16 19:20:51
Score 0
Max Time N/A
Max Memory N/A

Compile Error

stickytape.cpp: In function ‘long long int get()’:
stickytape.cpp:74:10: error: request for member ‘size’ in ‘a’, which is of non-class type ‘long long int [5000003]’
74 | if(i>=a.size()){
| ^~~~
stickytape.cpp: In function ‘int main()’:
stickytape.cpp:89:9: error: request for member ‘begin’ in ‘a’, which is of non-class type ‘long long int [5000003]’
89 | sort(a.begin(),a.end());
| ^~~~~
stickytape.cpp:89:19: error: request for member ‘end’ in ‘a’, which is of non-class type ‘long long int [5000003]’
89 | sort(a.begin(),a.end());
| ^~~