• + 0 comments

    In JavaScript, change these lines from "parseInt" to "toString" in main function or some test cases with big integers won't work (when you start coding, use BigInt() too):

    const n = (firstMultipleInput[0]).toString();
    
    const m = (firstMultipleInput[1]).toString();