-
Notifications
You must be signed in to change notification settings - Fork 1
/
msc-tech&algo.typ
75 lines (73 loc) · 1.87 KB
/
msc-tech&algo.typ
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
#align(center)[技术部纳新模拟]
@picc 请先看看兔头
#figure(
image("./纳新图/兔头.jpg",height: 40%),
caption: [
关注月之美兔谢谢喵
],
numbering: "1",
)<picc>
== 基础题
#show link:underline
#block(
fill: gray,
width: 100%,
inset: 5pt,
outset: 5pt,
radius: 4pt
)[
+ 先自我介绍一下吧(性别(optional),爱好,对社团的期待)
+ 对编程语言的理解(有参考书目)
+ 用任意语言写一个冒泡排序吧(也可以使用typst内置脚本)
]
#block(
fill: yellow,
width: 100%,
inset: 5pt,
outset: 3pt,
radius: 3pt,
)[
#link("./纳新图/history.pdf")[
参考文献:编程语言的历史
]
]
== 上难度的题
#show link:underline
#block(
fill: green,
width: 100%,
inset: 5pt,
outset: 3pt,
radius: 3pt,
)[
#set enum(numbering: "1.a)")
+ 使用任意语言制作一款小游戏,以下是选项
+ 经典贪吃蛇
+ 2048
+ 俄罗斯方块
+ flappy bird
+ #link("https://www.luogu.com.cn/training/211")[学习一下动态规划],然后来做出以下题目中的一个,不限制语言,要求步骤清晰,每一个函数都写注释表明作用
+ #link("https://www.luogu.com.cn/problem/P1216")[数字三角形]
+ #link("https://www.luogu.com.cn/problem/P4017")[最大食物链计数]
+ #link("https://www.luogu.com.cn/problem/P1049")[装箱问题]
]
#block(
fill: yellow,
width: 100%,
inset: 5pt,
outset: 3pt,
radius: 3pt,
)[
题目均不做强制要求
]
== 提交要求
#block(
fill: gray,
width: 100%,
inset: 5pt,
outset: 5pt,
radius: 4pt
)[
#link("https://github.com/MSC-CQU/MSC-23-New")[github上pull request]
或者发到邮箱sgj_unicoder@qq.com
]