Skip to main content

First problem solved with Perl

First Time I have solved a problem with Perl in Codeforces. It's an amazing language.

http://codeforces.com/contest/946/submission/36063847

Comments

Popular posts from this blog

Histogram - LOJ

It's a well-known problem and the well-known solution is using a stack. I tried to solve it by segment tree( iterative version for building tree ) and got TLE. Hope I can optimize the code.  TLE CODE