Tag: python
The problem is from codeforces: http://www.codeforces.com/problemset/problem/96/A The problem is another easy one. It asks you to check if there are more than 7 players that belong to the same …
In most cases, if you are learning a new language, you will have to figure out in what cases, variables are copied by references and in what other cases, …
The problem is from codeforces: http://www.codeforces.com/problemset/problem/137/B It took me several attempts to get it right for this problem although it is not difficult. The problem is find out how …
I came across the any keyword in Python a couple days ago when I was trying to solve the problem in https://helloacm.com/a-sleuth/ At that time I did not fully …
The problem is from codeforces: http://www.codeforces.com/problemset/problem/158/A It is summer. The temperature today in Sheffield is 25 degree. I got to say, I feel a bit sleepy in the afternoon. …