mirror of
https://git.wolves.top/wolves/leetcode.git
synced 2025-11-04 17:26:32 +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