We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 339d8d9 commit 7866e9cCopy full SHA for 7866e9c
1 file changed
test.c
@@ -139,7 +139,8 @@ int input6_1[TEST_SIZE][11] = {
139
{20, 200, 5, 2, 3, 25, 5, 2, 3, 25, 5},
140
{7, 6, 5, 4, 3, 2, 1, 4, 3, 2, 1},
141
142
- {8, -24, -29, 60, -18, 20, 24, -13, -10, -26, 15 }
+ {8, -24, -29, 60, -18, 20, 24, -13, -10, -26, 15 },
143
+ {38, 6, 1, 90, 12, 50, 54, 17, 20, 4, 45 },
144
};
145
146
int input6_2[TEST_SIZE][3] = {
@@ -149,7 +150,8 @@ int input6_2[TEST_SIZE][3] = {
149
150
{5, 3, 5},
151
{0, 0, 0},
152
{0, 0, 25},
- {-13, -19, -26}
153
+ {-13, -19, -26},
154
+ {17, 11, 4}
155
156
157
@@ -196,7 +198,8 @@ int expected_output6[TEST_SIZE][11] = {
196
198
{2, 20, 25, 200},
197
199
{1, 2, 3, 4, 5, 6, 7},
200
{2, 3, 5, 20, 200},
- {-29, -24, -18, -10, 8, 15, 20, 24, 60}
201
+ {-29, -24, -18, -10, 8, 15, 20, 24, 60},
202
+ {1, 6, 12, 20, 38, 45, 50, 54, 90}
203
204
205
0 commit comments