[coding test] Baekjoon_level 11_브루트 포스-1
Ver. Jupyter Notebook (Anaconda3) ▶ coding test_Baekjoon_level 11_브루트 포스-1 - 백준: baekjoon - 코딩 및 결과: github JeongJaeyoung0/coding_test 코딩테스트. Contribute to JeongJaeyoung0/coding_test development by creating an account on GitHub. github.com 2021.06.09 # coding test_Baekjoon_level 11_브루트 포스-1 # 2798 (블랙잭)-1 n,k=input().split() n=int(n) m=list(map(int,input().split())) s=0 while n>2: for i in m[-n+..
2021.06.09