Skip to content

Instantly share code, notes, and snippets.

@m2kar
Created September 8, 2019 13:38
Show Gist options
  • Select an option

  • Save m2kar/be518605be69eee36dccfc30e44c5e31 to your computer and use it in GitHub Desktop.

Select an option

Save m2kar/be518605be69eee36dccfc30e44c5e31 to your computer and use it in GitHub Desktop.
字节跳动笔试题目 走方块
# 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))
@m2kar
Copy link
Author

m2kar commented Sep 8, 2019

image
image
image
image

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