Welcome to 2022 Fall Data Structures and Algorithm Analysis
There are 5 problems in this lab.
Score: A-30, B-30, C-20, D-20, E-20
Total Score = A + B + max(C, D) + E
Java Fast I/O Template: https://paste.ubuntu.com/p/6ybMcVXvz5/
C++使用cin/cout关同步方法: ios_base::sync_with_stdio(0), cin.tie(0), cout.tie(0);
C题与D题二选一做一题即可
Problem ID | Title | Source/Category | AC | Submit | |
1498 Problem A | Polynomial Summation | 206 | 1260 | ||
1495 Problem B | Shopping | 200 | 2033 | ||
1439 Problem C | Minimum Difference | 136 | 788 | ||
1496 Problem D | Matrix Swapping | 78 | 553 | ||
1497 Problem E | Sequence Problem | 47 | 1299 |