vault backup: 2025-01-07 18:14:44

This commit is contained in:
arc
2025-01-07 18:14:44 -07:00
parent 544cfb24fc
commit c99ca523f4
21 changed files with 10 additions and 0 deletions

View File

@ -0,0 +1,26 @@
# 1.
a. `1 2`
b. `0`
c. `1`
d. `0`
# 3.
a. `1`
b. `-1`, `-2`
c. `-1`, `-1`
d. `1`, `2`
# 9.
a. `63 8`
b. `1 2 3`
c. `0 1 3`
d. `0 0 0`
# 11.
a. `0 2`
b. `4 11 6`
c. `0 8 7`
d. `15 4 5 4`
# 15.
a. `i = 2, j = 2`
b. `i = 1`, `j = 2`
c. `i = 1`, `j = 2`
d. `i = 1`, `j = 3`