Problem Description

Two binary strings a and b are provided (same length). Compute bitwise XOR and output result without leading zeros (output 0 if all zero).

Input Format

Two lines: a then b.

Output Format

One binary string.

Sample Test Case

Input:
10101 00111
Output:
10010

Constraints

1

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next