各路爸爸捞捞我给个机会吧 level
获赞
17
粉丝
3
关注
0
看过 TA
20
沈阳城市学院
2020
Java
IP属地:未知
暂未填写个人简介
私信
关注
2019-08-10 21:04
已编辑
沈阳城市学院 Java
本地IDE测试都跑了...提交0AC,写的测试用例输出为空...用不明白的在线编辑器 public static void main(String args[]){        // Scanner n = new Scanner(System.in);         Scanner firstInt = new Scanner(System.in);        Scanner in  = new Scanner(System.in);         int n = firstInt.nextInt();         if (n == 0) {             Sys...
佛系求offer_:同学很强,可以试试我们部门呀! 我们是淘宝基础平台部,是真 * 阿里最核心的部门!但是因为校招起步太晚,到现在还没收到几份简历!我们部门今年有十几个校招hc,已经是淘宝的hc大户了!目前投递简历可以直推到部门,随时帮忙查看面试进度! 已经投递过其他部门的同学就不要发简历给我拉!投不进去的! 招聘职位:JAVA研发工程师、C++研发工程师、数据研发工程师、客户端开发工程师、数据分析师 简历请发至邮箱 lanya.sly@alibaba-inc.com,收到后就立即帮您内推!
投递贝壳找房等公司10个岗位 >
0 点赞 评论 收藏
分享
2019-05-28 12:22
已编辑
沈阳城市学院 Java
互联网大厂的offer一个没有…拒绝了东软的金融事业部吧…打算去个小厂,秋招再拼一次互联网…
各路爸爸捞捞我给个机会吧:就不说名字了…拉钩和boss投的
投递东软集团等公司10个岗位 >
0 点赞 评论 收藏
分享
2019-04-27 13:13
已编辑
沈阳城市学院 Java
import java.util.ArrayList; import java.util.List; import java.util.Scanner; public class test_1 {     public static void main(String[] args) {         Scanner sc = new Scanner(System.in);         int n = sc.nextInt();         te...
假装彭于晏:public class Main4 {     public static void main(String[] args) {         Scanner sc = new Scanner(System.in);         int year = sc.nextInt();         int increase = 2;         int cowCount = 0;         // key为age,value为数量         Map<Integer, Integer> map = new TreeMap<Integer, Integer>();         // 1岁的牛只有一头,初始化值         map.put(1, 1);         while(increase <= year){             // 更新map中的key,表示年龄             Map<Integer, Integer> newCows = new TreeMap<Integer, Integer>();             // 表示存储具有生育能力的牛的数量             int canBorn = 0;             for(Entry<Integer, Integer> entry:map.entrySet()){                 if(entry.getKey() + 1 <= 10){                     newCows.put(entry.getKey() + 1, entry.getValue());                     if(entry.getKey() >= 2 && entry.getKey() <= 6){                         // 年龄在3-7岁,生一只牛                         canBorn += entry.getValue();                     }                 }             }             if(canBorn != 0){                 newCows.put(1, canBorn);             }             map = newCows;             increase++;         }                  for(Entry<Integer, Integer> entry:map.entrySet()){             cowCount += entry.getValue();         }         System.out.println(cowCount);     } }
投递字节跳动等公司10个岗位 >
0 点赞 评论 收藏
分享
关注他的用户也关注了:
牛客网
牛客企业服务