美文网首页
codeHunt Level 00

codeHunt Level 00

作者: 我爱吃拉面啊 | 来源:发表于2018-01-17 17:25 被阅读0次

codeHunt参考

我用的是C#

01

tutorial

02

using System;
public class Program {
    public static int Puzzle(int x) {
        return x + 1;
    }
}

03

using System;
public class Program {
    public static int Puzzle(int x) {
        return 2 * x;
    }
}

04

using System;
public class Program {
    public static int Puzzle(int x, int y) {
     
        return x + y;
    }
}

相关文章

  • codeHunt Level 00

    codeHunt参考 我用的是C# 01 tutorial 02 03 04

  • codeHunt Level 01

    codeHunt参考 我用的是C# 01 02 03 04 05 06 07 08 09 10 11 12 13 ...

  • codeHunt Level 02

    codeHunt参考 我用的是C# 01 02 03 04 05 06 07

  • 今日头条

    下午1:00 Duncan's English Corner 下午2:00 Level 1-2英语角 下午4:00...

  • 今日头条

    下午13:00 Duncan老师英语角 下午14:00 Level 1-2英语角 下午16:00 Duncan老师...

  • 今日头条

    下午2:00 Level1-2 英语角,打好基础 下午3:00 Aaron's Class 英语角 下午7:00 ...

  • 今日头条

    下午3:00 哈佛商务课程,职场必备技能 晚上7:00 哈佛商务课程,职场必备技能 晚上8:00 Level 1-...

  • 今日头条

    下午2:00 Level 3-5 英语角 下午6:00 外教老师答疑课 晚上7:00 Music Night 音乐...

  • 今日头条

    下午1:00 Duncan老师复活节英语角 下午2:00 Level 1-2 英语角 下午4:00 Easter ...

  • 今日头条

    下午3:00 哈佛主题商务课 下午7:00 哈佛主题商务课 晚上8:00 Level 1-2英语角 VIP EC ...

网友评论

      本文标题:codeHunt Level 00

      本文链接:https://www.haomeiwen.com/subject/kipuoxtx.html