add tests for task1
This commit is contained in:
@@ -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++)
|
||||
|
||||
Reference in New Issue
Block a user