Hi - trying to submit my solution to NGE II
https://leetcode.com/problems/next-greater-element-ii/
code runs well in all permutations, but on submitting, get:
https://www.dropbox.com/s/fgnvj92xb16cy8v/Screenshot%202019-01-03%2016.47.56.png?dl=0
https://leetcode.com/submissions/detail/198817454/
It seems to be a discinnect with how the wrapper environment is receiving the result.
I am sending back an array, so not clear what the issue is.
Can you signal if the error is my side or yours?
Thanks!!
Paul