알고리즘/BOJ 1233

백준 5063번 TGN

문제 링크입니다: https://www.acmicpc.net/problem/5063 5063번: TGN 첫째 줄에 테스트 케이스의 개수 N이 주어진다. 다음 N개의 줄에는 3개의 정수 r, e, c가 주어진다. r은 광고를 하지 않았을 때 수익, e는 광고를 했을 때의 수익, c는 광고 비용이다. (-106 ≤ r,e ≤ 106 www.acmicpc.net 간단한 구현 문제였습니다. 개발환경:Visual Studio 2017 지적, 조언, 질문 환영입니다! 댓글 남겨주세요~

알고리즘/BOJ 2021.05.17

백준 5043번 정말 좋은 압축

문제 링크입니다: https://www.acmicpc.net/problem/5043 5043번: 정말 좋은 압축 시험기간이 되면, 평소에 하지 않는 일을 하는 사람들이 많이 생긴다. 상근이는 이번 시험기간에 환상적인 압축 알고리즘을 만들었다. 상근이의 알고리즘을 이용해서 파일 N개를 압축하면, 압 www.acmicpc.net 문제를 처음 읽었을 때는 이해가 되지 않았는데 질문란에 evenharder 님이 잘 설명해주셔서 풀 수 있었던 문제였습니다. https://www.acmicpc.net/board/view/49176 참고하시면 문제 이해에 도움이 되실 것입니다. 개발환경:Visual Studio 2017 지적, 조언, 질문 환영입니다! 댓글 남겨주세요~

알고리즘/BOJ 2021.05.17

백준 4922번 Walk Like an Egyptian

문제 링크입니다: https://www.acmicpc.net/problem/4922 4922번: Walk Like an Egyptian Walk Like an Egyptian is an old multi-player board game played by children of the Sahara nomad tribes. Back in the old days, children would collect stones, and number each one of them. A game with N players requires N2 stones. Each player chooses N stones. www.acmicpc.net 간단한 수학 문제였습니다. 개발환경:Visual Studio 2017 지적, 조언, 질문..

알고리즘/BOJ 2021.05.17

백준 4909번 Judging Olympia

문제 링크입니다: https://www.acmicpc.net/problem/4909 4909번: Judging Olympia For years, a group of Regional Contest Directors (RCDs) of the ACM International Collegiate Programming Contest (ICPC) have been unsatisfied with the way contest submissions get ranked. The group sees it is academically wrong to emphasize the importance of www.acmicpc.net 마찬가지로 문제는 길지만 간단한 문제였습니다. 6개의 심사점수가 주어졌을 때, 최대와 최소 점수를 ..

알고리즘/BOJ 2021.05.16

백준 4892번 숫자 맞추기 게임

문제 링크입니다: https://www.acmicpc.net/problem/4892 4892번: 숫자 맞추기 게임 입력은 여러 개의 테스트 케이스로 이루어져 있다. 각 테스트 케이스는 한 줄로 이루어져 있고, n0으로 이루어져 있다. (0 < n0 < 1,000,000) 입력의 마지막 줄에는 0이 하나 주어진다. www.acmicpc.net 간단한 구현 문제였습니다. 개발환경:Visual Studio 2017 지적, 조언, 질문 환영입니다! 댓글 남겨주세요~

알고리즘/BOJ 2021.05.16

백준 4890번 Tiles of Tetris, NOT!

문제 링크입니다: https://www.acmicpc.net/problem/4890 4890번: Tiles of Tetris, NOT! You’ve really messed up this time. “Go buy some square tiles” your supervisor told you. But as usual, you were either busy reading that message, answering that e-email, or updating your wall status on facebook. “Go buy some tiles” was all that yo www.acmicpc.net 문제가 상당히 긴데, 요약하자면 직사각형의 가로, 세로 길이가 주어졌을 때 정사각형을 이루기 위해 필요한 ..

알고리즘/BOJ 2021.05.16

백준 4880번 다음수

문제 링크입니다: https://www.acmicpc.net/problem/4880 4880번: 다음수 입력은 여러 개의 테스트 케이스로 이루어져 있다. 각 테스트 케이스는 수열의 연속하는 세 정수 a1, a2, a3이 한 줄에 주어진다. (-10,000 < a1, a2, a3 < 10,000) a1, a2, a3은 서로 같지 않다. 입력의 마지막 www.acmicpc.net 간단한 수학 문제였습니다. 개발환경:Visual Studio 2017 지적, 조언, 질문 환영입니다! 댓글 남겨주세요~

알고리즘/BOJ 2021.05.16

백준 4766번 일반 화학 실험

문제 링크입니다: https://www.acmicpc.net/problem/4766 4766번: 일반 화학 실험 입력은 동혁이가 측정한 혼합물의 온도가 순서대로 주어진다. 온도는 -10도와 200도 사이이고, 소수점 둘째짜리까지 적혀져 있을 수도 있다. 마지막 측정 후에는 999가 주어진다. 동혁이는 온도를 www.acmicpc.net 간단한 구현 문제였습니다. 개발환경:Visual Studio 2017 지적, 조언, 질문 환영입니다! 댓글 남겨주세요~

알고리즘/BOJ 2021.05.16

백준 4758번 Filling Out the Team

문제 링크입니다: https://www.acmicpc.net/problem/4758 4758번: Filling Out the Team For each player, you will output one line listing the positions that player can play. A player can play a position if each of their attributes is greater or equal to the minimum for weight and strength, and less than or equal to the slowest speed. If a pla www.acmicpc.net 간단한 구현 문제였습니다. 개발환경:Visual Studio 2017 지적, 조언, 질문 ..

알고리즘/BOJ 2021.05.16

백준 4714번 Lunacy

문제 링크입니다: https://www.acmicpc.net/problem/4714 4714번: Lunacy After several months struggling with a diet, Jack has become obsessed with the idea of weighing less. In an odd way, he finds it very comforting to think that, if he had simply had the luck to be born on a different planet, his weight could be considerably www.acmicpc.net 간단한 구현 문제였습니다. 개발환경:Visual Studio 2017 지적, 조언, 질문 환영입니다! 댓글 남겨주세요~

알고리즘/BOJ 2021.05.16