

0·
19 hours agoPart of the problem is operator precedence - it’s ORing together the three numbers, then comparing that to “coin”.
5 = 00101
10= 01010
25= 11001
11111 = 31
It’s testing if coin equals 31.
Part of the problem is operator precedence - it’s ORing together the three numbers, then comparing that to “coin”.
5 = 00101
10= 01010
25= 11001
11111 = 31
It’s testing if coin equals 31.
If he really believed that, it would already be off.