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

[Week10] String - 은영 #71

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

[Week10] String - 은영 #71

wants to merge 1 commit into from

Conversation

2rlo
Copy link
Contributor

@2rlo 2rlo commented Mar 25, 2023

No description provided.

Copy link
Contributor

@bnfkim bnfkim left a comment

Choose a reason for hiding this comment

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

수고하셨습니다 !


</br>

## 멤버 함수
Copy link
Contributor

Choose a reason for hiding this comment

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

함수들은 언어가 달라도 보면 비슷한 것 같긴하네요 ! ㅎㅎ

for (int i = 0; i < N; i++)
{
cin >> s;
s = s.substr(s.find('.') + 1);
Copy link
Contributor

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
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants