Minor changes
This commit is contained in:
@@ -12,8 +12,8 @@ except Exception as e:
|
||||
|
||||
res1, res2 = 0, 0
|
||||
|
||||
for c in input:
|
||||
match c
|
||||
for i in range(len(input)):
|
||||
match input[i]:
|
||||
case '(':
|
||||
res1 += 1
|
||||
case ')':
|
||||
|
||||
@@ -1,5 +1,3 @@
|
||||
import re
|
||||
|
||||
# Fill Input
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user