题解 | #牛牛的短信#

牛牛的短信

http://www.nowcoder.com/practice/435c9e2bf4f84bee99b82ce84e95b0b7

import java.util.Scanner;
public class Main{
    public static void main(String[] args){
        Scanner scanner = new Scanner(System.in);
        int length = scanner.nextInt();
        int[] words = new int[length];
        for(int index = 0; index < length; index++){
            words[index] = scanner.nextInt();
        }
        float price = 0.0f;
        for(int wordCount : words){
            price += wordCount > 60 ? 0.2 : 0.1;
        }
        System.out.printf("%.1f", price);
    }
}

全部评论

相关推荐

求offer的大角牛:简历写的第一乱,没有突出重点,第二项目太多太杂看不出来有啥核心技术,第三自我评价太多了,第四获得的荣誉没啥含金量,可以不写,反正问题不少
点赞 评论 收藏
分享
06-02 15:53
阳光学院 Java
点赞 评论 收藏
分享
评论
1
收藏
分享

创作者周榜

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