Number of operations
Very easy
Execution time limit is 1 second
Runtime memory usage limit is 128 megabytes
Find the total quantity of operations of addition , subtraction and multiplication in the given arithmetic expression.
Input
The arithmetic expression is given in one line, that does not contain brackets and spaces. The number of symbols does not exceed in expression.
Output
Print the number of the specified operations.
Examples
Input #1
Answer #1
Input #8
Answer #8
Submissions 30K
Acceptance rate 43%