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.
I don't understand how to not timeout on test cases 11 and up. I downloaded test case 20 with hackos, and just reading in the input and printing it took longer than the alotted 4s test cases are allowed. I'm not sure what I'm doing wrong or if I can even make things faster.
Similar Strings
You are viewing a single comment's thread. Return to all comments →
I don't understand how to not timeout on test cases 11 and up. I downloaded test case 20 with hackos, and just reading in the input and printing it took longer than the alotted 4s test cases are allowed. I'm not sure what I'm doing wrong or if I can even make things faster.
Edit: I used Java 7, looks like C works though.