Created
September 8, 2019 13:38
-
-
Save m2kar/be518605be69eee36dccfc30e44c5e31 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
| # todo | |
| import re | |
| from logging import debug | |
| import logging | |
| logging.basicConfig(level=logging.DEBUG) | |
| n,m,q=[int(i) for i in input().strip("\n").split()] | |
| debug("n:{n} m:{m} q:{q}".format(n=n,m=m,q=q)) |
Author
m2kar
commented
Sep 8, 2019




Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment