Ad
  • Custom User Avatar

    "You are given a string of n lines, each substring being n characters long." If you have 8 lines, you must have 8 sized string in each line.

  • Custom User Avatar

    Got something similar in Powershell:

    ARR : zone abigail theta form libe zas ;k : 2
    actual abigailtheta
    expect abigailtheta
    *
    ARR : ejjjjmmtthh zxxuueeg aanlljrrrxx dqqqaaabbb oocccffuucccjjjkkkjyyyeehh ;k : 1
    actual oocccffuucccjjjkkkjyyyeehh
    expect oocccffuucccjjjkkkjyyyeehh
    *
    ARR : ;k : 3
    actual
    expect

  • Default User Avatar

    How could negative number be correct answer? :P Sounds like overflow issue, but I don't do scala, so idk.