14
paf
2 17 31
914/ 945
Павел Антипирин
Last seen 25 days ago
Member for 1 year, 5 months, 14 days
Difficulty Normal
Best reviews / Newest reviews
One liner (long line)-CDG.Axel 1
This is interesting... and laconic. Thnx for comments! More
First-flatline 1
I think this is a Clear solution too =) More
Template composition-juestr 1 1
Ha! This is really creative way. It is interesting to go through =) But 3 lambda functions... how fast is this code?) More
First-DronovDen 1
4 lines and without libs? That's good, really good) More
First-almos
I guess, this is typical solution for this task =) But it's clear enough to understand without any knowledge of datetime lib. More
First-Aagr
Indeed, this is the most reasonable way to solve it because of the speed of this algorithm. I solved the task through text.split() but it losses in big massive of data. More
Solution for 'First Word (simplified)'-emo_enchev
Used the same. It was the first thought in my mind (and I wrote it), but later I've discovered that this way is not the best at the code performance (but at least most laconic =)) More
5 lines solutions-alterGNU
Is this legal to solve this in 4 lines? I call Python Cops!)))) More
Brute Force-DDela
It looks more like "Scary" solution to me and it will only work from 1 to 100 but "Precondition: given in should be between -1000 and 1000" and you don't follow it. More
Regexes all the way-ale1ster
I tried to solve it with RE, but I gave up and you showed me that this magic is possible after all =) More
First-fauziaryasa
This is how I solved it in a first time - maybe it's just in every beginners mind like that =) More
Second-126083
I think it's the most clear solution for this task. More
First-sesenion 1
Wow, without datetime lib and with regular expressions? That's preatty good =) More