![[codeforces] A. Bit++](https://img1.daumcdn.net/thumb/R750x0/?scode=mtistory2&fname=https%3A%2F%2Fblog.kakaocdn.net%2Fdn%2FmB5hl%2FbtqxG6OlYM8%2FIL186tPiTc7ob1KQwfY9Vk%2Fimg.png)
알고리즘(Python,Java)2019. 8. 22. 18:20[codeforces] A. Bit++
problem The classic programming language of Bitland is Bit++. This language is so peculiar and complicated. The language is that peculiar as it has exactly one variable, called x. Also, there are two operations: Operation ++ increases the value of variable x by 1. Operation -- decreases the value of variable x by 1. A statement in language Bit++ is a sequence, consisting of exactly one operation..