Skip to content

Programming Exercises on `for`, `while`, and `do-while` Loops

License

Notifications You must be signed in to change notification settings

MIracleyin/3-for-a-while

 
 

Repository files navigation

3-for-a-while

Programming Exercises on for, while, and do-while Loops.

你的任务

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

如何做作业


如何提交作业

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

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

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

About

Programming Exercises on `for`, `while`, and `do-while` Loops

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 34.9%
  • Shell 28.4%
  • CMake 20.8%
  • Makefile 15.9%