Skip to main content
We’ve updated our Terms of Service. A new AI Addendum clarifies how Stack Overflow utilizes AI interactions.
Code Golf

Return to Answer

deleted 24 characters in body
Source Link
Adnan
  • 44.7k
  • 6
  • 83
  • 248

05AB1E, 35 bytes

Truthy is a positive integer, Code:

üÃõå_

Uses the falseyCP-1252 is no outputencoding.Try it online! or Verify all test cases! .

Explanation:

üÃOüà # Intersection on each pair
 õå # Check if the empty string exists
 _ # Boolean negate

Try it online!

05AB1E, 3 bytes

Truthy is a positive integer, falsey is no output.

üÃO

Try it online!

05AB1E, 5 bytes

Code:

üÃõå_

Uses the CP-1252 encoding.Try it online! or Verify all test cases! .

Explanation:

üà # Intersection on each pair
 õå # Check if the empty string exists
 _ # Boolean negate
Source Link
Adnan
  • 44.7k
  • 6
  • 83
  • 248

05AB1E, 3 bytes

Truthy is a positive integer, falsey is no output.

üÃO

Try it online!

AltStyle によって変換されたページ (->オリジナル) /