We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent da417fc commit e00b52eCopy full SHA for e00b52e
1 file changed
Apps.java
@@ -17,7 +17,7 @@ public static void main(String[] args) {
17
int[] ans = findIndexes(input, 1, 0, new ArrayList<>());
18
System.out.println(Arrays.toString(ans));
19
System.out.println(Arrays.stream(ans).max().orElse(-1));
20
- this line is a error which should be picked from the ai changed again for check number 21
+ this line is a error which should be picked from the ai changed again for check number 22
21
22
}
23
0 commit comments