Uiua SBCS , (削除) 19 (削除ここまで) 12 bytes
⍜∩(⋯-@0円)⬚0≠
-7 thanks to Tbw
⍜∩(⋯-@0円)⬚0≠
⍜∩( ) # under both; call a function, then another, then invert the first on two things
-@0円 # convert string to code points
⋯ # convert to bits
⬚0≠ # are they not equal? (0 as default)
chunes
- 27.8k
- 3
- 32
- 55