Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
13
Task/Matrix-transposition/Klong/matrix-transposition.klong
Normal file
13
Task/Matrix-transposition/Klong/matrix-transposition.klong
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[5 5]:^!25
|
||||
[[0 1 2 3 4]
|
||||
[5 6 7 8 9]
|
||||
[10 11 12 13 14]
|
||||
[15 16 17 18 19]
|
||||
[20 21 22 23 24]]
|
||||
|
||||
+[5 5]:^!25
|
||||
[[0 5 10 15 20]
|
||||
[1 6 11 16 21]
|
||||
[2 7 12 17 22]
|
||||
[3 8 13 18 23]
|
||||
[4 9 14 19 24]]
|
||||
Loading…
Add table
Add a link
Reference in a new issue