We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f5805c commit fbde240Copy full SHA for fbde240
1 file changed
src/main/java/com/lzw/solutions/codeforces/p2190B1/Main.java
@@ -17,8 +17,11 @@ public class Main {
17
// (())()
18
// (()(()))
19
// (()()(()))
20
- // ((())((())))
+ // ((())))
21
// (((())))
22
+ // (()(()))
23
+ // (())()
24
+ // ((())(()(())))
25
26
private static void printArray(int[] array) {
27
for (int i = 0; i < array.length; i++) {
0 commit comments