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