AtCoder Beginner Contest 089: A - Grouping 2
implementation
perl $11$byte
print<>/3|0
次のようなbrainfuck解も書いたけどcellが$8$bitなのでoverflowを避けきれずWA: https://beta.atcoder.jp/contests/abc089/submissions/2154948。 せめて$N \le 600$とかだったら答えだけでも$1$cellに収まってなんとかできるのだが。