ALGORITHM/Baekjoon

(C++) 백준 11399 번 ATM

김쿸후 2021. 3. 3. 16:10

1. 문제

www.acmicpc.net/problem/11399

 

2. 필요한 개념

이득이 되는 것부터 해치워나가는(?) Greedy Algorithm 문제이다. 

 

3. 해결 방법

숫자 크기가 작은것부터 sorting 한 후, 각 숫자가 나온 횟수 만큼 곱한다. 

 

4. 코드 

github.com/gimkuku/Algorithm/blob/master/11399.cpp

 

gimkuku/Algorithm

Contribute to gimkuku/Algorithm development by creating an account on GitHub.

github.com

 

오늘은 첫날이니 쉬운 것부터!

1일 1알고리즘 화이팅