How to read complex inputs from stdin or custom inputs in hackerrank

I have a hackerrank interview coming up. However I am confused on how to read stdin when inputs are complex, I see some examples and docs but I dont see those options.

For example how do I take this as an input in hackerrank ?

public boolean hasPath(int[][] maze, int[] start, int[] destination)

Comments (0)