Problem Description

One line text is given. If after trim it becomes empty, throw error EMPTY and print EMPTY. Else print trimmed length.

Input Format

One line string.

Output Format

One line output.

Sample Test Case

Input:
hello
Output:
5

Constraints

String length up to 2e5.

Solutions (0)

No solutions submitted yet. Be the first!

Discussion (0)

No comments yet. Start the discussion!

Prev Next