/////
Search
🍡

양꼬치 (이윤구, 방지영, 최현지)

function solution(n, k) { return n * 12000 + ((k - Math.floor(n/10)) * 2000); }
JavaScript
복사