Skip to content

초급반 / 나의찬 / 단어뒤집기2-17413, 파일정리-20291, ZOAC-30436 #105

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

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

Conversation

Uechann
Copy link
Contributor

@Uechann Uechann commented May 26, 2025

No description provided.

BufferedReader br = new BufferedReader(new InputStreamReader(System.in));
StringBuilder sb = new StringBuilder();
String input = br.readLine();
char[] chars = input.toCharArray();
Copy link
Contributor

@banasu0723 banasu0723 May 28, 2025

Choose a reason for hiding this comment

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

chatAt(i) 를 매번 호출하는 것보다 더 효율적인 방법인 것 같아요!
좋은 최적화인 것 같습니다.
(35번째 줄만 선택하려했는데, 4줄이 선택되었네요 .. ! ㅠㅠ)

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

Successfully merging this pull request may close these issues.

2 participants