Skip to content

Commit 64196ff

Browse files
authored
Update README.md
java测试用例有一个不能通过
1 parent a491049 commit 64196ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

solution/0100-0199/0134.Gas Station/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ class Solution:
101101
```
102102

103103
#### Java
104-
104+
这里的java代码不能通过有一个测试用例不能通过
105105
```java
106106
class Solution {
107107
public int canCompleteCircuit(int[] gas, int[] cost) {

0 commit comments

Comments
 (0)