Coder Social home page Coder Social logo

2023's Introduction

2-if-for-array

Programming Exercises on if-else, for-loop, and array.

你的任务

  • 阅读 OJ 系统中的问题描述, 在相应的 *.c 中完成作业
  • 记得在每个 *.c 文件开头的注释里, 填上你的姓名 (Author: ), 学号 (ID: ) 与做作业时的日期 (Date: )。

说明

  • 我们在 2-if-for-array 中初步接触了 for 循环,还没有深入,  也没有讲过需要多重循环的程序。本次作业中有的题目需要使用双重循环, 如果你现在还不会做也没有关系,可以等到下周一再做。
  • 有的题目数据的范围比较大, 请按照提示选用合适的数据类型。
    • 在多数环境下,整型的 long longint 范围大得多;
    • 浮点型的 doublefloat 范围大得多。
    • 也可以使用 stdint.h 中的 int32_tint64_t (你猜哪个类型支持的范围更大一些?); 请参考教材 Section 27.1.1
    • 关于更细致的数据类型问题,我们会在之后的课堂上讲解。
  • 若有任何疑问,你可以通过以下方式发表意见或寻求帮助
    • problemoverflow.cn
    • Issues.
      • 我们已经为每道题目设置了一个 Issue,你可以直接在里面提问,也可以创建新的 issues。
    • QQ 群 (当你获得帮助后,也请将你学到的问题与解决方案在问答平台上进行分享)

如何做作业


如何提交作业

我们采用 GitHub Classroom 方式发布作业与公开的测试用例。 也就是说,大家在 git push 时,GitHub Classroom 会自动运行公开测试样例, 助教也会收到提醒,看到大家的代码,在必要的时候给予反馈。 但是,公开测试用例的评分是不作数的。

要正式提交作业, 请在校园网环境下访问 http://172.26.41.176:5000/, 初始用户名和密码均为学号。

在对应标题的作业中可提交每一题的代码。 在 OJ 中我们会使用更加严格的测试用例, 这将决定你们作业的最后成绩。

2023's People

Contributors

luxuuuuuuuu avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.