摘要: Write a function that takes a string as input and returns the string reversed. Example:Given s = "hello", return "olleh". 1.直接调用c++ STL reverse(s.begi 阅读全文
posted @ 2017-01-29 21:54 琴影 阅读(138) 评论(0) 推荐(0) 编辑
摘要: Write a program that outputs the string representation of numbers from 1 to n. But for multiples of three it should output “Fizz” instead of the numbe 阅读全文
posted @ 2017-01-29 20:29 琴影 阅读(214) 评论(0) 推荐(0) 编辑