Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[장희직] - 양치기 꿍, 포탑 부수기, 토끼와 경주, 술래잡기 #243

Merged
merged 5 commits into from
Apr 21, 2024

Conversation

jhg3410
Copy link
Member

@jhg3410 jhg3410 commented Apr 15, 2024

📌 from issue #239 📌

📋문제 목록📋

양치기 꿍: ✅
포탑 부수기: ✅
토끼와 경주: ⛔️
술래잡기: ✅

@jhg3410 jhg3410 added the 희직 label Apr 15, 2024
@jhg3410 jhg3410 self-assigned this Apr 15, 2024
total_score = 0


def solve():
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

정말.. 문제를 많이 푸셨군여..

for i in range(4):
nx = x + dx[i]
ny = y + dy[i]
if nx not in range(n) or ny not in range(m): continue
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

오... 코드가 깔쌈하네요

@jhg3410 jhg3410 merged commit fb51d07 into main Apr 21, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants