Problem
Submissions

Problem: Complement of Base 10 Integer

Statement

For any nn positive number in base 10, return the complement of its binary representation as an integer in base 10.

Constraints

  • 0≤n≤1090 \leq n \leq 10^9
Problem
Submissions

Problem: Complement of Base 10 Integer

Statement

For any nn positive number in base 10, return the complement of its binary representation as an integer in base 10.

Constraints

  • 0≤n≤1090 \leq n \leq 10^9