WIP set.py

This commit is contained in:
2026-07-07 21:00:25 +03:00
parent f7671826d4
commit 6fb676978f
2 changed files with 65 additions and 1 deletions
+1 -1
View File
@@ -129,7 +129,7 @@ unsigned *v = {1, 4, 16, 22};
Пример результирующего массива:
```c
unsigned *v = {1, 3, 12, 8};
unsigned *v = {1, 3, 12, 6};
```
### Rice-Golomb