Test 1
Verdict: WRONG ANSWER
| input |
|---|
| 159 168 193 218 170 221 158 2... |
| user output |
|---|
| [1, 1, 1, 1, 1, 1, 1, 1, 1, 1,... |
Feedback: Output is longer than expected
Test 2
Verdict: WRONG ANSWER
| input |
|---|
| 133 249 194 236 50 75 110 2... |
| user output |
|---|
| [3, 6, 2, 1, 4, 3, 0, 2, 6, 0,... |
Feedback: Output is longer than expected
Test 3
Verdict: WRONG ANSWER
| input |
|---|
| 137 87 55 236 159 239 137 1... |
| user output |
|---|
| [0, 4, 4, 6, 3, 4, -1, 2, 3, 3... |
Feedback: Output is longer than expected
Test 4
Verdict: WRONG ANSWER
| input |
|---|
| 555 80 711 842 298 130... |
| user output |
|---|
| [-1, 1, -2, -2, 0, 1, -1, -1, ... |
Feedback: Output is longer than expected
Test 5
Verdict: WRONG ANSWER
| input |
|---|
| 968 902 552 181 973 857... |
| user output |
|---|
| [-1, 1, 3, -2, -4, 0, 3, -2, 4... |
Feedback: Output is longer than expected
Test 6
Verdict: WRONG ANSWER
| input |
|---|
| 229 64 872 833 214 370... |
| user output |
|---|
| [-1, 6, -5, 1, 5, 5, -1, -3, -... |
Feedback: Output is longer than expected