
Java 프로그래머스 코딩테스트 입문 Day 13 문자열, 배열, 사칙연산, 수학, 조건문
·
📌Back-End/프로그래머스
컨트롤 제트 import java.util.LinkedList;/** * 코딩테스트 입문 Day 13 문자열, 배열, 사칙연산, 수학, 조건문 * 컨트롤 제트 */public class Main1 { public static void main(String[] args) { System.out.println(solution("1 2 Z 3")); System.out.println(solution("10 20 30 40")); System.out.println(solution("10 Z 20 Z 1")); System.out.println(solution("10 Z 20 Z")); System.out.println(solution("-1 ..