2385.Without Text

Time Limit: 1s Memory Limit: 256MB

2385_1.png

You can preview the image in better quality by the link: http://assets.codeforces.com/files/656/without-text.png

Input Format(From the terminal/stdin)

The only line of the input is a string (between 1 and 50 characters long, inclusive). Each character will be an alphanumeric character or a full stop ".".

Output Format(To the terminal/stdout)

Output the required answer.

Sample Input 1

Copy
Codeforces
          \n

Sample Output 1

Copy
-87
   \n

Sample Input 2

Copy
APRIL.1st
         \n

Sample Output 2

Copy
17
  \n

Submit

请先 登录

© 2025 FAQs