• + 0 comments

    Hi, in the tests 7 and 8 the results are behind int range, so I changed the signature: public static long strangeGrid(int r, int c) and also changed the variable type in the main(): long result = Result.strangeGrid(r, c); All the test are passed now.