Codeforces: B. Internet Address
November 30, 2012
algorithms, beginner, brute force, codeforces, implementation, programming languages, python, string
No Comments
The problem is from codeforces: http://www.codeforces.com/problemset/problem/245/B It is an easy string-matching related problem. You can have many ways to solve this. Because of the limitation, i.e. the first letter must …