ManuShi98 / blogcomment

0 stars 0 forks source link

CodeForces - 1874B Jellyfish and Math | ManuShi98 #44

Open ManuShi98 opened 11 months ago

ManuShi98 commented 11 months ago

https://manushi98.github.io/2023/10/02/CodeForces%20-%201874B%20Jellyfish%20and%20Math/

题意给定5个数字a, b, c, d, m, 通过对a,b进行以下4种操作,问最少几步能够将(a, b) 转化为(c, d) x = x & y x = x | y y = x ^ y y = y ^ m