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
You can pass x=56 as the parameter to win(). Note that the original contract use unchecked, which means you can use the overflow feature of it. For uint8, (x+210) % 256 = 10 => x = 56。
Both x and y are of type uint8
and have to make a sum of type uint8 to 10
As x is of uint8 we can't use ("-") negative sign
How will it be possible ?
The text was updated successfully, but these errors were encountered: