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 | 33 | 205 | ||
1495 Problem B | Shopping | 32 | 177 | ||
1439 Problem C | Minimum Difference | 21 | 62 | ||
1496 Problem D | Matrix Swapping | 16 | 48 | ||
1497 Problem E | Sequence Problem | 19 | 146 |