You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Certain problems incorrectly pass with empty inputs, for example Problem 2. If I run the default empty input on Problem 2, I get a successful completion. This exists for several other problems in the lower-tiers but doesn't seem to be a problem in the higher tiers.
The text was updated successfully, but these errors were encountered:
The cause of this is that = used as a unary operator evaluates to true. Could potentially evaluate the solution before formatting/replacing the blanks so that the equation always has valid Clojure expressions.
Certain problems incorrectly pass with empty inputs, for example Problem 2. If I run the default empty input on Problem 2, I get a successful completion. This exists for several other problems in the lower-tiers but doesn't seem to be a problem in the higher tiers.
The text was updated successfully, but these errors were encountered: