题解 | #大小写转换#

大小写转换

http://www.nowcoder.com/practice/4e089ee8966a4ed4b306f64e68d45264

using System;
class Program{
    static void Main(){
        String s;
        while((s=Console.ReadLine())!=null){
            Console.WriteLine(s.ToLower());
        }
    }
}

全部评论

相关推荐

评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务