Skip to content

week 45 문제 풀었습니다#232

Open
pappaya109 wants to merge 4 commits intomainfrom
sujin
Open

week 45 문제 풀었습니다#232
pappaya109 wants to merge 4 commits intomainfrom
sujin

Conversation

@pappaya109
Copy link
Contributor

Source Link

Programmers

Progress

Check off the problems you solved this week.

  • 숫자 찾기
  • 문자열 바꿔서 찾기
  • 핸드폰 번호 가리기

Related Issues

  • none

Checklist before creating a PR

  • 제목이 week1 형식을 따르고 있나요?
  • 본인을 Assignee로 지정했나요?
  • 관련 라벨(source, difficulty, category 등)을 모두 추가했나요?
  • Projects에 연결하지 마세요.
  • Milestone에 연결하지 마세요.
  • Development의 해당 week(issue)에 연결했나요?

@pappaya109 pappaya109 self-assigned this Mar 14, 2026
@pappaya109 pappaya109 added level0 Level of problem programmers Source of problem string Category of problem level1 labels Mar 14, 2026
@pappaya109 pappaya109 linked an issue Mar 14, 2026 that may be closed by this pull request
18 tasks
@sgoldenbird sgoldenbird force-pushed the main branch 9 times, most recently from 4480911 to 8f94f7d Compare March 14, 2026 12:02
}
++answer;
}
return answer > 501 ? -1 : answer;
Copy link
Contributor

Choose a reason for hiding this comment

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

문제에서 500번 반복할 때까지 1이 되지 않는다면 –1을 반환하라고 했기 때문에 501이 아닌 500으로 해야할거 같습니다.

Copy link
Contributor

@sgoldenbird sgoldenbird left a comment

Choose a reason for hiding this comment

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

수고했습니다~

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

Labels

level0 Level of problem level1 programmers Source of problem string Category of problem

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Week45

2 participants