Category: code
If you are older enough (born in 1970’s or 80’s) you must be familiar with the following picture, which is what it looks like when TV has paused the …
My second son, Ryan was born today 9/Feb/2014, so this is a gift for him. The single binary executable on Windows platform can be downloaded here . The file …
<The Matrix> is a great movie, and I am sure that you must be a aware of the following screenshot. So Let’s make something similar (of course without any …
The problem is from SPOJ Online Judge The puzzle asks to you check if the given sequence of integers consists of strictly two parts: the first part descending and …
The problem is from SPOJ Online Judge Bruteforce each number from x to n is easy to implement. The 1 second limit is enough for any inputs smaller than 100,000. The …