Skip to content

Commit

Permalink
Remove scanner close at BigMod
Browse files Browse the repository at this point in the history
  • Loading branch information
fatosmorina committed May 10, 2017
1 parent 6f4d072 commit 6111489
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion UVa/BigMod.java
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,5 @@ public static void main(String[] args) {
BigInteger m = input.nextBigInteger();
System.out.println(b.modPow(p, m));
}
input.close();
}
}

0 comments on commit 6111489

Please sign in to comment.