We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa135e7 commit b687b3dCopy full SHA for b687b3d
src/main/java/com/lzw/solutions/uva/p12166/Main.java
@@ -10,7 +10,8 @@ public class Main {
10
private static final PrintWriter out = new PrintWriter(System.out, true);
11
12
private static void solve() throws IOException {
13
- // your code here
+ int t = Integer.parseInt(in.readLine());
14
+
15
}
16
17
public static void main(String[] args) throws IOException {
0 commit comments