Skip to content

Commit 6111489

Browse files
committed
Remove scanner close at BigMod
1 parent 6f4d072 commit 6111489

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

UVa/BigMod.java

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,5 @@ public static void main(String[] args) {
4242
BigInteger m = input.nextBigInteger();
4343
System.out.println(b.modPow(p, m));
4444
}
45-
input.close();
4645
}
4746
}

0 commit comments

Comments
 (0)