Hello_Motty

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::

2017年8月22日

摘要: Write a function that takes a string as input and returns the string reversed. Example:Given s = "hello", return "olleh". 题意:翻转字符串,从头到尾翻转。 基本思路: 1.如果对 阅读全文
posted @ 2017-08-22 13:30 Hello_Motty 阅读(264) 评论(0) 推荐(0) 编辑