A=B
Not enough ratings
Meta-evaluation
   
Award
Favorite
Favorited
Unfavorite
Tags: level
File Size
Posted
54.224 KB
22 Jun, 2024 @ 6:05am
1 Change Note ( view )

Subscribe to download
Meta-evaluation

Description
Input: The following part in order:
- a string of "0" and "1" followed by a ","
- 2 strings of "0" and "1" (can be empty) seperated by a "-"
Output: Treat the string before "," as the current string, the string after "," as the command (with "-" meaning "="), and apply that command to the current string once.
Constraint: 1 <= string length <= 4