Skip to content

Commit

Permalink
Remove unused imports at MultipleOfSeventeen
Browse files Browse the repository at this point in the history
  • Loading branch information
fatosmorina committed May 11, 2017
1 parent a81b2e0 commit 53afc5e
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions UVa/MultipleOfSeventeen.java
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,8 @@

//https://uva.onlinejudge.org/index.php?option=onlinejudge&Itemid=99999999&page=show_problem&category=&problem=3001


import static java.lang.Integer.parseInt;
import static java.lang.System.exit;

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

public class MultipleOfSeventeen {
private static final BigInteger BIGINTEGER_FIVE = new BigInteger("5");
Expand Down

0 comments on commit 53afc5e

Please sign in to comment.