Skip to content

14 + 15주차 풀이 #55

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 2 commits into
base: main
Choose a base branch
from
Open

14 + 15주차 풀이 #55

wants to merge 2 commits into from

Conversation

Oc9aN
Copy link
Contributor

@Oc9aN Oc9aN commented Oct 15, 2023

Oc9aN added 2 commits October 15, 2023 14:52
올린줄 알았는데 안올렸더라구요..
int answer = 0;

sort(A.begin(), A.end());
sort(B.rbegin(), B.rend());
Copy link
Contributor

Choose a reason for hiding this comment

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

cpp의 신기한 메소드를 알아갑니다! 짱편해보여욥

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