mirror of
https://github.com/lWolvesl/leetcode.git
synced 2026-01-13 02:38:37 +08:00
init
This commit is contained in:
13
23/08/Q1388.cpp
Normal file
13
23/08/Q1388.cpp
Normal file
@@ -0,0 +1,13 @@
|
||||
//
|
||||
// Created by 李洋 on 2023/8/18.
|
||||
//
|
||||
#include <vector>
|
||||
|
||||
using namespace std;
|
||||
|
||||
class Q1388 {
|
||||
public:
|
||||
int maxSizeSlices(vector<int> &slices) {
|
||||
|
||||
}
|
||||
};
|
||||
Reference in New Issue
Block a user