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 fe01440 commit 2a6b048Copy full SHA for 2a6b048
1/insertionsort/A.java
@@ -35,7 +35,7 @@ public static void main(String[] args) throws IOException{
35
bw.append((p+1)+" "+a[p]);
36
bw.append("\n");
37
}
38
- bw.flush();
+ bw.flush();
39
40
// public static void main(String[] args) throws IOException{
41
// BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
0 commit comments