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

[9주차] 배수빈 #121

Open
wants to merge 6 commits into
base: main
Choose a base branch
from
Open

[9주차] 배수빈 #121

wants to merge 6 commits into from

Conversation

baexxbin
Copy link
Contributor

@baexxbin baexxbin commented Nov 4, 2024

No description provided.

time += cur.dist;
board[cur.i][cur.j] = 0;

rb.updateBot(cur.i, cur.j); // 로봇 위치 업데이트
Copy link
Contributor

Choose a reason for hiding this comment

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

저는 rb.i = cur.i; rb.j = cur.j 이렇게 했는데, 객체 안에 함수를 정의해서 업데이트하는게 더 좋아 보아네요!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants