From 679f76a1022f14aff18f2ee105fa0a2350f16df0 Mon Sep 17 00:00:00 2001 From: kalmarek Date: Fri, 18 May 2018 11:58:52 +0200 Subject: [PATCH] spacing --- 01-Pierścień-Zn.md | 17 +++++++---------- 1 file changed, 7 insertions(+), 10 deletions(-) diff --git a/01-Pierścień-Zn.md b/01-Pierścień-Zn.md index 5ccfad1..ae475a5 100644 --- a/01-Pierścień-Zn.md +++ b/01-Pierścień-Zn.md @@ -1,22 +1,19 @@ ## Zadanie Napisać algorytm, który dla danego `n ∈ ℕ` znajdzie wszystkie: + 1. elementy odwracalne 2. dzielniki zera 3. elementy nilpotentne - 4. elementy idempotentne + 4. elementy idempotentne + w pierścieniu `{ℤ/nℤ, +, ⋅}`. ### Przykłady: -* Input: - > `4` -* Output: - > `[[1,3], [0,2], [0,2], [0,1]]` - -* Input: - > `6` -* Output: - > `[[1,5], [0,2,3,4], [0], [0,1,3,4]]` +> Input: `4` +> Output: `[[1,3], [0,2], [0,2], [0,1]]` +> Input: `6` +> Output: `[[1,5], [0,2,3,4], [0], [0,1,3,4]]`