// // Created by 李洋 on 2023/9/7. // #ifndef LEECODE_C_2594_H #define LEECODE_C_2594_H #include using namespace std; long long repairCars(vector &ranks, int cars) { } #endif //LEECODE_C_2594_H