Problem Description

Given an integer n, count digits (ignore sign) using async function and print count.

Input Format

One integer n.

Output Format

One integer count.

Sample Test Case

Input:
-12030
Output:
5

Constraints

n fits in 64-bit.

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next