Lecture Notes: Computer Organization
COMP1003 Computer Organisation
Prof. Haipeng GUO
Lecture Notes: Computer Organization
COMP1003 Computer Organisation
Prof. Haipeng GUO
2024-2025 ICPC Northwestern European Regional Programming Contest (NWERC 2024)
Problems | Status | Notes |
---|---|---|
A. Alphabetical Aristocrats | ○ | |
B. Binary Search | ||
C. Connect Five | ||
D. Dutch Democracy | ○ | |
E. Evolving Etymology | ||
F. Flowing Fountain | ||
G. Glued Grid | ||
H. Hash Collision | ○ | |
I. It’s a Kind of Magic | ||
J. Jib Job | ○ | |
K. Kruidnoten | ⊕ | |
L. Limited Library | ○ | |
M. Mouse Trap |
Problems | AC | Note |
---|---|---|
A. MEX Table | ○ | |
B. Gorilla and the Exam | ○ | |
C. Trip to the Olympiad | ○ | |
D. Gifts Order | ○ | 线段树 |
E1. Another Exercise on Graphs (Easy Version) | ⊕ | 二分 |
E2. Another Exercise on Graphs (hard version) | ⊕ | 并查集 |
F. Formation | ||
G. Secret Message | ||
H. Coffee Break |
Problems | AC | Note |
---|---|---|
A. Tender Carpenter | ○ | |
B. Outstanding Impressionist | ○ | |
C. Bewitching Stargazer | ○ | |
D. Refined Product Optimality | ⊕ | 交换 |
E. Resourceful Caterpillar Sequence | ⊕ | game、树上计数 |
F. Earnest Matrix Complement | ||
G. Naive String Splits | ||
H. Delicate Anti-monotonous Operations | ||
I1. Affectionate Arrays (Easy Version) | ||
I2. Affectionate Arrays (Hard Version) |
Problems | AC | Note |
---|---|---|
A. MEX Destruction | ○ | |
B. pspspsps | ○ | |
C. MEX Cycle | ○ | 构造 |
D. Shift + Esc | ○ | DP |
E. Broken Queries | ⊕ | 交互、二分 |
F. MEX OR Mania | ⊕ | 启发式合并 |
Problems | AC | Note |
---|---|---|
A. Kevin and Combination Lock | ○ | |
B. Kevin and Permutation | ○ | |
C. Kevin and Binary Strings | ○ | |
D. Kevin and Competition Memories | ○ | |
E. Kevin and Bipartite Graph | ⊕ | 二分图、构造 |
F. Kevin and Math Class | ⊕ | 笛卡尔树、树形 DP |
G. Kevin and Matrices | ||
H. Kevin and Strange Operation | ||
I1. Kevin and Puzzle (Easy Version) | ||
I2. Kevin and Puzzle (Hard Version) |
Problems | AC | Note |
---|---|---|
A. 乘积,欧拉函数,求和 | ⊕ | 欧拉函数、根号分治 |
B. osu!mania | ○ | 卡精度 |
C. 连方 | ○ | 构造 |
D. 有限小数 | ⊕ | 数论、不定方程 |
E. 合成大西瓜 | ○ | 思维 |
F. Pico Park | ||
G. 魔弹 | ||
H. str(list(s)) | ||
I. 算术 | ○ | 简单题 |
J. 骰子 | ○ | 简单题 |
K. 小 C 的神秘图形 | ○ | 简单题 |
L. 沙堆 | ||
M. Median Replacement |
The 2023 ICPC Asia Macau Regional Contest (The 2nd Universal Cup. Stage 15: Macau)
Problems | AC | Note |
---|---|---|
A. (-1,1)-Sumplete | ⊕ | 构造 |
B. Basic Equation Solving | 不可做 | |
C. Bladestorm | 不可做 | |
D. Graph of Maximum Degree 3 | ⊕ | 观察性质 |
E. Inverse Topological Sort | ⊕ | 构造、拓扑排序 |
F. Land Trade | 不可做 | |
G. Parity Game | 不可做 | |
H. Random Tree Parking | ⊕ | 树形背包、排列组合、随机生成数据 |
I. Refresher into Midas | ○ | |
J. Teleportation | ○ | 分层图、构造 |
K. Understand | 不可做 |
2024 China Collegiate Programming Contest (CCPC) Female Onsite (2024年中国大学生程序设计竞赛女生专场)
Problems | AC | Note |
---|---|---|
A. Box | ○ | 签到 |
B. Aho-Corasick Automaton | ||
C. CCPC | ○ | 签到 |
D. Excellent Splitting | ||
E. Centroid Tree | ○ | 并查集 |
F. Perfect Square | ⊕ | 数学、背包 |
G. Increasing Sequence | ○ | 拆数位 |
H. Square Root | ○ | 签到 |
I. String Duplication | ⊕ | SAM |
J. Sum of Squares of GCDs | ||
K. Xiao Kai’s Dream of Provincial Scholarship | 模拟 | |
L. Puzzle | ○ | 思维 |
M. Covering a Tree | ○ | 贪心 |
Problems | AC |
---|---|
A. Game of Division | ○ |
B. Paint a Strip | ○ |
C. Ordered Permutations | ○ |
D. Non Prime Tree | ⊕ |
E. Control of Randomness | ⊕ |
F. Number of Cubes |