E024


Submit solution

Points: 10
Time limit: 1.0s
Memory limit: 512M

Problem type

Cho số nguyên \(n\).

Yêu cầu: Đếm số lượng chữ số của n là số nguyên tố.

Input:

  • Một dòng chứa số nguyên \(n (1≤n≤10^{18} )\).

Output:

  • Ghi một số nguyên là số lượng các chữ số nguyên tố của số \(n\).

Sample Input

2434534

Sample Output

4

Comments

There are no comments at the moment.