Skip to content

Commit 0994faa

Browse files
committed
docs(p2190B1): add example cases as comments in Main.java
1 parent ff09f50 commit 0994faa

File tree

1 file changed

+5
-0
lines changed
  • src/main/java/com/lzw/solutions/codeforces/p2190B1

1 file changed

+5
-0
lines changed

src/main/java/com/lzw/solutions/codeforces/p2190B1/Main.java

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@ public class Main {
99
private static final BufferedReader in = new BufferedReader(new InputStreamReader(System.in));
1010
private static final PrintWriter out = new PrintWriter(System.out, true);
1111

12+
// (()(()))
13+
// (())
14+
// ((()))
15+
// (()())
16+
1217
private static void solve() throws IOException {
1318
int t = Integer.parseInt(in.readLine());
1419
while (t-- > 0) {

0 commit comments

Comments
 (0)