zoukankan
html css js c++ java
找最后的字符
输入一个字符串,输出最后一个字符
输入格式:
输入1个字符串
输出格式:
最后一个字符
输入样例:
12345678
输出样例:
8
print(input()[-1])
查看全文
相关阅读:
8. String to Integer (atoi)
PHP Warning: strftime(): It is not safe to rely on the system's timezone set
Jackson 使用
用vim去掉utf-8 BOM
oracle 11g 从 dmp 文件中导出 sql 代码 的方法.
git gitosis 添加项目
Linux gcc和gdb程序调试用法 {转}
Dos中转义符
HTML样式链接到外部样式表
转:财富与智慧
原文地址:https://www.cnblogs.com/SkystarX/p/12334072.html
最新文章
ubuntu iftop工具安装和参数
tornado
linux 十个命令
python 判断变量有没有定义
shell if [[ ]]和[ ]区别 || &&
getopts
创建一个规范的django项目
linux 命令大全
linux shell << 注释多行
linux shell $ 特殊变量
热门文章
ubuntu python apache2 wsgi django框架
无线网络
最优配餐_暴力bfs
最优灌溉_最小生成树Kruskal
网络延时
高速公路_强连通
游戏_动态规划
交通规划_dijkstra
6. ZigZag Conversion
4. Median of Two Sorted Arrays
Copyright © 2011-2022 走看看