aboutsummaryrefslogtreecommitdiff
path: root/challenge-127/iangoodnight/test_cases/ch2/case5.json
blob: 221d593d717b23b8f52c65a45fd3b8cd7042faf2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
  "input": [
    [
      -1,
      -1
    ],
    [
      1,
      3
    ],
    [
      3.1,
      4
    ],
    [
      4,
      5
    ]
  ],
  "output": [
    [
      4,
      5
    ]
  ]
}