Points:
10 (p)
Time limit:
1.0s
Memory limit:
256M
Input:
stdin
Output:
stdout
Nhập 2 xâu \(S_1, S_2\). Đếm số loại ký tự cùng xuất hiện trong cả 2 xâu.
Input
- Nhập 2 xâu \(S_1, S_2\) (\(1 \leq |S_1|, |S_2| \leq 225\)).
Output
- Đếm số loại ký tự cùng xuất hiện trong cả 2 xâu.
Example
Test 1
Input
abcde23
dbcgh34
Output
4
Comments