Problem taskmanaging
User j0ashhh
Submission Time 2026-02-02 21:37:07
Score 0
Max Time N/A
Max Memory N/A

Compile Error

taskmanaging.cpp: In function ‘int main()’:
taskmanaging.cpp:21:21: error: ‘class std::vector<long long int>’ has no member named ‘length’
21 | for(int i=0; i<arr.length(); i++){
| ^~~~~~