We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2b7c5c3 commit 19a400aCopy full SHA for 19a400a
2018.12.1-leetcode387/。。。.md
@@ -1,3 +1,4 @@
1
+```
2
class Solution {
3
public int firstUniqChar(String s) {
4
if (s.trim().length() == 0)return -1;
@@ -17,3 +18,4 @@ class Solution {
17
18
return result;
19
}
20
21
0 commit comments