Created
November 4, 2019 08:23
-
-
Save KisaragiEffective/77dc767a9ddc44964554fe955e78d240 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# https://atcoder.jp/contests/abs/tasks/abc081_a | |
READCHAR | |
SUB '0' | |
JE 4 | |
PTR 1 | |
INC | |
PTR -1 | |
READCHAR | |
SUB '0' | |
JE 4 | |
PTR 1 | |
INC | |
PTR -1 | |
READCHAR | |
SUB '0' | |
JE 4 | |
PTR 1 | |
INC | |
PTR -1 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment