Category: implementation
Well, I think PHP is great, but apparently somebody thinks that it is replacble in most cases if it is not with MySQL Many online judges support PHP submissions. …
The problem is from codeforces http://www.codeforces.com/problemset/problem/12/A This is probably the easiest problem I’ve ever seen in codeforces…. no tricks, no math or algorithms. It is very straightforward. The python solution …
The problem is from codeforces http://www.codeforces.com/problemset/problem/49/A Just came back from Tesco, have shopped for the food next week. Feeling a bit tired, however, I enjoy solving small problems using …
COM technolgy is very mature and common. It is almost everywhere in Windows platform. In order to access COM objects in Python, you probably require to install ‘Win32 extension …
This is from http://www.codeforces.com/problemset/problem/131/A The python does not allow altering string, because it seems the string is immutable. For example, if you try the following. s = "1234" s …