mirror of
https://github.com/lWolvesl/leetcode.git
synced 2026-01-12 18:08:38 +08:00
13 lines
158 B
C++
13 lines
158 B
C++
//
|
|
// Created by 李洋 on 2023/8/18.
|
|
//
|
|
#include <vector>
|
|
|
|
using namespace std;
|
|
|
|
class Q1388 {
|
|
public:
|
|
int maxSizeSlices(vector<int> &slices) {
|
|
|
|
}
|
|
}; |