CSG-CPC
Online Judge

1301 : 字符串的长度

         Time Limit: 1 Sec     Memory Limit: 128 MB     Submitted: 248     Solved: 162    

Description

求两个字符串长度差距.

Input

两个长度不超过100的无空白字符的非空字符串.

Output

输出两个字符串长度差距.

Sample

#0

Input

hello
world

Output

0

#1

Input

no
yes

Output

1

Hint

Author

CSGrandeur