Codeforces: A. System Administrator
December 7, 2012
beginner, codeforces, implementation, math, programming languages, python
No Comments
The problem is from codeforces: http://codeforces.com/problemset/problem/245/A A really simple math problem, can be solved within a few lines of Python code: #!/usr/bin/env python ax = asum = 0 bx = …