add tests for task1

This commit is contained in:
2026-01-29 23:15:45 +05:00
parent 0658a15911
commit 1e5dbe95ec
9 changed files with 207 additions and 55 deletions

View File

@@ -55,7 +55,7 @@ int main() {
}
```
# Решение
# Решение (C)
```c
#include <assert.h>
@@ -106,3 +106,5 @@ ull gcd_cycle(ll x, ll y) {
return x;
}
```
# Решение (C++)