Skip to content

Commit

Permalink
Remove unused libraries at BasicRemains
Browse files Browse the repository at this point in the history
  • Loading branch information
fatosmorina committed Apr 8, 2017
1 parent 19e2974 commit 80b7673
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions UVa/BasicRemains.java
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,8 @@
10
789
*/
import static java.lang.Integer.parseInt;
import static java.lang.System.exit;

import java.io.BufferedReader;
import java.io.IOException;
import java.io.PrintWriter;
import java.math.BigInteger;
import java.util.Scanner;
import java.util.StringTokenizer;

public class BasicRemains {

Expand All @@ -44,8 +37,5 @@ public static void main(String[] args) {
BigInteger m = new BigInteger(input.next(), baseNumber);
System.out.println((p.mod(m)).toString(baseNumber));
}

input.close();
}
}
}

0 comments on commit 80b7673

Please sign in to comment.