We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3c363ed commit fa6bcc5Copy full SHA for fa6bcc5
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 11
+ this line is a error which should be picked from the ai changed again for check number 12
21
22
}
23
0 commit comments