diff options
author | ubq323 <ubq323@ubq323.website> | 2024-08-03 17:49:54 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-08-03 17:49:54 +0100 |
commit | 1f257ac91ef3813c563203eacb5320b210fc1aa7 (patch) | |
tree | afd68b70c3c5486b7931419f7164c6ddb16023ab /tests/pend.out | |
parent | aa0485fe33204169724d020f9c5e3b91e558ab1e (diff) |
change array representation
Diffstat (limited to 'tests/pend.out')
-rw-r--r-- | tests/pend.out | 38 |
1 files changed, 19 insertions, 19 deletions
diff --git a/tests/pend.out b/tests/pend.out index 44239f7..8d5f9c0 100644 --- a/tests/pend.out +++ b/tests/pend.out @@ -1,19 +1,19 @@ -[ 10 ] -[ 100 200 ] -[ 22 33 ] -[ 11 111 222 ] -[ 333 444 99 ] -[ 555 666 777 888 ] -[ 10 11 12 ] -[ 10 11 20 30 ] -[ 10 222 333 99 ] -[ 10 22 33 44 55 ] -[ 100 200 33 44 ] -[ 100 200 33 444 555 ] -[ 100 200 33 44 55 ] -[ 100 200 333 444 555 666 ] -[ ] -[ 1 ] -[ 10 ] -[ 20 ] -[ ] +[10] +[100 200] +[22 33] +[11 111 222] +[333 444 99] +[555 666 777 888] +[10 11 12] +[10 11 20 30] +[10 222 333 99] +[10 22 33 44 55] +[100 200 33 44] +[100 200 33 444 555] +[100 200 33 44 55] +[100 200 333 444 555 666] +[] +[1] +[10] +[20] +[] |