← Back to List

15048번: Jogo de Boca ↗

Solutions

Python 3
42 B | 42 chars
print(sum(list(map(int,list(input()))))%3)