Problem bananasmoothie
User InfinityIntegral
Submission Time 2024-09-20 18:47:27
Score 0
Max Time N/A
Max Memory N/A

Compile Error

bananasmoothie.cpp: In function ‘int main()’:
bananasmoothie.cpp:22:34: error: request for member ‘size’ in ‘arr’, which is of non-class type ‘long long int [100726]’
22 | while(arr[idx] > 0 && idx < arr.size()){
| ^~~~