Hamming Distance

Time limit: 2 secMemory limit: 256 MBStrings

Problem Statement

Given two strings of same length (S) and (T). Find their hamming distance

Input Format

In first line of input is string (S)
In second line of input is string (T)

Output Format

Print answer.

Examples

Input

abcabc
abcbca

Output

3

Code Editor

Submit a solution. Authentication is required to create submissions.

Language
Theme
Source code is submitted to the judge for testing.