UIT2024_Calendar/README.md
2024-12-07 16:23:34 +08:00

21 lines
845 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# UIT2024 项目考核 万年历
文件夹下已存放UIT2023的部分日历代码,`stu_2024` 下存放的均是2024级所有人的代码。
由于环境不同,代码仅供参考!
### 考核要求
制作使用 C/C++ 编写一个命令行应用 万年历,有如下功能:
- 查询某年某月某日的日期是周几,该年是否为闰年
- 输入年份,输出这一年的日历,要求能够单列输出和双列输出
- 需要一个菜单选择功能
- 年份数据范围在公元后
- 一个防报错功能,用户输出错误信息时能够提醒用户并重新输入
- 可以自行添加细节
- 其余所遇到的疑问请自行搜索,并掌握其内容
截止日期2024年11月17日周日
注意事项:**原则上禁止代码抄袭,我们将参考程序实际运行情况与代码内容进行提问!**