We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
what's the fastest of way of reading input using scala ?
i've tried couple of options using readLine, Source.stdin.getLines but all of them ended with timeouts for 4 of the tests (16,17,18,19 to be specific)..
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Fighting Armies
You are viewing a single comment's thread. Return to all comments →
what's the fastest of way of reading input using scala ? i've tried couple of options using readLine, Source.stdin.getLines but all of them ended with timeouts for 4 of the tests (16,17,18,19 to be specific)..