[BOJ] 17389. 보너스 점수.py
#. Problemhttps://www.acmicpc.net/problem/17389* The copyright in this matter is in BOJ #. Resolution Process 1. Read and understand problem 2. Redefine the problem + abstract 3. Create solution plan (select Algorithm, Data structure) 4. Prove the plan (check performance time and usage memory) 5. Carry out the plan 6. Look back on the plan and find a way to improve it #. Codeㅇ Python123456789101..
PS/Problem_Solving
2020. 5. 15. 15:24