+ 'return -1;' (missing return statement)

pull/47/head
jaredliw 2021-10-02 21:23:43 +08:00
parent c3f55abcc3
commit 465e997d84
1 changed files with 1 additions and 0 deletions

View File

@ -51,6 +51,7 @@ class Solution {
return y;
}
}
return -1;
}
}
```