-->
当前位置:首页 > 题库

PROGRAMMING:Find the last character

Luz5年前 (2021-05-10)题库568
Enter a string and output the last character
###Input format:
Enter 1 string
###Output format:
Last character
###Input example:
```in
twelve million three hundred and forty-five thousand six hundred and seventy-eight
```
###Output example:
```out
eight
```







answer:If there is no answer, please comment