10081008 SUSTech Online Judge
Problem 1008 --Length of String

1008: Length of String

Time Limit: 1 Sec  Memory Limit: 128 MB
Submit: 78  Solved: 63
[Submit][Status][Web Board]

Description

Give you a string. Please print the length of the string.

Input

A string: s (length(s) <= 100)

Output

An integer: L

Sample Input

abc

Sample Output

3

HINT

Source

[Submit][Status]