Light Mode
Dark Mode
cover code error?

In this problem, two arguments should be passed, but the second one is not. My guess is that it's probably a problem with the cover code in referee.py.

My code:

function isInside(polygon, point) {
    const [x, y] = point; // error occur here
    ...
}
Attachment
Created: May 6, 2020, 3:12 p.m.
Updated: May 8, 2020, 2:55 p.m.
1
30
User avatar
Sim0000