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
RuntimeExceptionpublic int[][] getMatrix(int n,
int m)
throws RuntimeException
RuntimeExceptionpublic Integer[] getIntLine() throws RuntimeException
RuntimeExceptionpublic String getString() throws RuntimeException
RuntimeExceptionCopyright © 2018 Laurent Michel, Pierre Schaus, Pascal Van Hentenryck. All rights reserved.