목차 class Solution { public static long solution(int n, int t) { for(int i = 0; i < t; i++){ n *= 2; } return n; } } 공유하기 게시글 관리 맹석의 IT노트 & 일상 기록 저작자표시 (새창열림) 목차 목차 닫기