题解 | 彩虹糖的梦

彩虹糖的梦

https://www.nowcoder.com/practice/1d8e370f4e6a43f89203ae616ededfdb

using System;
public class Program {
    public static void Main() {
        string[] input=Console.ReadLine().Split();
        int[] color=new int[7];
        for(int i=0;i<7;i++)
        {
            color[i]=int.Parse(input[i]);
        }
        Array.Sort(color);
        Console.WriteLine(color[0]);

    }
}

全部评论

相关推荐

10-31 22:23
门头沟学院 Java
天然不是卷王:太好了 佬的金九银十结束,等offer吐出来,我的金11银12就要开始了
点赞 评论 收藏
分享
评论
1
收藏
分享

创作者周榜

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