Points:
10 (p)
Time limit:
1.0s
Memory limit:
256M
Input:
stdin
Output:
stdout
Nhập xâu \(S\). Đếm số ký tự của xâu \(S\).
Input
- Nhập xâu \(S\) (tổng số ký tự không vượt quá \(10^5\)).
Output
- In ra số lượng ký tự của xâu \(S\).
Example
Test 1
Input
lqdoj
Output
5
Comments