Skip to content

Commit fbde240

Browse files
committed
docs(p2190B1): update comments with additional test cases
1 parent 1f5805c commit fbde240

File tree

1 file changed

+4
-1
lines changed
  • src/main/java/com/lzw/solutions/codeforces/p2190B1

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,11 @@ public class Main {
1717
// (())()
1818
// (()(()))
1919
// (()()(()))
20-
// ((())((())))
20+
// ((())))
2121
// (((())))
22+
// (()(()))
23+
// (())()
24+
// ((())(()(())))
2225

2326
private static void printArray(int[] array) {
2427
for (int i = 0; i < array.length; i++) {

0 commit comments

Comments
 (0)