We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff09f50 commit 0994faaCopy full SHA for 0994faa
src/main/java/com/lzw/solutions/codeforces/p2190B1/Main.java
@@ -9,6 +9,11 @@ public class Main {
9
private static final BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
10
private static final PrintWriter out = new PrintWriter(System.out, true);
11
12
+ // (()(()))
13
+ // (())
14
+ // ((()))
15
+ // (()())
16
+
17
private static void solve() throws IOException {
18
int t = Integer.parseInt(in.readLine());
19
while (t-- > 0) {
0 commit comments