add csci-1200-hw-1

This commit is contained in:
JamesFlare1212
2025-02-16 14:05:36 -05:00
parent 2f3f75d3f2
commit dc9bda2b37
8 changed files with 1062 additions and 19 deletions

View File

@@ -51,9 +51,7 @@ repost:
## 作业要求
````markdown
# 作业 2 - 设计一个简单的 Uber
{{< details >}}
在这个作业中,你将开发一个名为 New York Ride 的简单拼车应用程序。请在开始编写代码前阅读整个说明文件。
## 学习目标
@@ -394,7 +392,7 @@ A: 与 Uber 相同。保留一位小数。直接截断即可。例如,如果
- 不使用 std::vector 存储司机或乘客 (-5)
- 使用 std::list 或本课程中未涵盖的数据结构 (-5)
- 成员变量是公开的。 (-2)
````
{{< /details >}}
## 支持文件