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

[소병희] - 양치기 꿍, 포탑 부수기, 토끼와 경주 #242

Merged
merged 5 commits into from
Apr 21, 2024

Conversation

bngsh
Copy link
Contributor

@bngsh bngsh commented Apr 15, 2024

📌 from issue #239 📌

📋문제 목록📋

양치기 꿍: ✅
포탑 부수기: ✅
토끼와 경주: ❎

@bngsh bngsh added the 병희 label Apr 15, 2024
@bngsh bngsh self-assigned this Apr 15, 2024
if (visited[i][j]) continue;

visited[i][j] = true;
curS = farm[i][j] == SHEEP ? 1 : 0;
Copy link
Member

Choose a reason for hiding this comment

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

오 엘비스 예뻐요

public Laser(int r, int c) {
this.r = r;
this.c = c;
attacked = new HashSet<>(N * M);
Copy link
Member

Choose a reason for hiding this comment

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

오 초기 크기를 정해놓고 푸셨군요!

@bngsh bngsh merged commit 2dbcc03 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