```val OPERATORS = "^/*-+" input = input.split(OPE...
# announcements
p
Copy code
val OPERATORS = "^/*-+"
input = input.split(OPERATORS)