This website works better with JavaScript
Kezdőlap
Felfedezés
Súgó
Bejelentkezés
ikachan
/
leetcode-go
Figyelés
1
Kedvenc
1
Másolás
0
Fájlok
Problémák
0
Beolvasztási kérések
0
Wiki
Fa:
02d6e7fb68
Branch-ok
Tag-ek
master
leetcode-go
/
hard
/
30.substring-with-concatenation-of-all-words.java
30.substring-with-concatenation-of-all-words.java
110 B
Előzmények
Nyers
1
2
3
4
5
class Solution {
public List<Integer> findSubstring(String s, String[] words) {
int m, n;
}
}