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
Solve the traditional game of calculating 24: using 4 numbers between 1 and 13 - inclusive -to get 24 using +,-,*,/ operations only. Each number is used once and only once.
About
Solve the traditional game of calculating 24: using 4 numbers between 1 and 13 - inclusive -to get 24 using +,-,*,/ operations only. Each number is used once and only once.