1301 : 字符串的长度
Time Limit: 1 Sec Memory Limit: 128 MB Submitted: 129 Solved: 83Description
求两个字符串长度差距.
Input
两个长度不超过100的无空白字符的非空字符串.
Output
输出两个字符串长度差距.
Sample
hello world ##CASE## no yes
0 ##CASE## 1
Hint
Source
算法竞赛入门-字符串Author
CSGrandeur