Ad
  • Custom User Avatar

    Just print inputs to the console to see what values are being passed to you:

    • Java = System.out.println(m);
    • JavaScript = console.log(m);
    • etc for other languages
  • Custom User Avatar

    How do I see the inputs ('m' and 'n') of the random test? My code is passing all of the tests except the random one but without the input I can't figure out why.