public class InputReader extends Object
Constructor and Description |
---|
InputReader(String file) |
Modifier and Type | Method and Description |
---|---|
Integer |
getInt() |
Integer[] |
getIntLine() |
int[][] |
getMatrix(int n,
int m) |
String |
getString() |
public InputReader(String file)
public Integer getInt() throws RuntimeException
RuntimeException
public int[][] getMatrix(int n, int m) throws RuntimeException
RuntimeException
public Integer[] getIntLine() throws RuntimeException
RuntimeException
public String getString() throws RuntimeException
RuntimeException
Copyright © 2018 Laurent Michel, Pierre Schaus, Pascal Van Hentenryck. All rights reserved.