ENG  RUSTimus Online Judge
Online Judge
Problems
Authors
Online contests
About Online Judge
Frequently asked questions
Site news
Webboard
Links
Problem set
Submit solution
Judge status
Guide
Register
Update your info
Authors ranklist
Current contest
Scheduled contests
Past contests
Rules
back to board

Discussion of Problem 1101. Robot in the Field

Much easier with Python
Posted by Keworker `~ 24 Jul 2024 09:56
U can use Python `eval(expression, variablesDict)` syntax and get easy AC.
Re: Much easier with Python
Posted by Keworker `~ 24 Jul 2024 09:58
If you don't want use this feature, just turn expression into binary tree and calculations will be easy.