2156 : 포도주 시식

풀이

.

코드

int max(int a, int b) { return a > b ? a : b; }
n, a, b, c, A, B, C, w;
main() {
	for (scanf("%d", &n); n--;) {
		scanf("%d", &w);
		C = c, B = b, A = a;
		c = B + w;
		b = A + w;
		a = max(max(A, B), C);
	}
	printf("%d", max(max(a, b), c));
}

아무말

백준, 백준 온라인 저지, BOJ, Baekjoon Online Judge, C, C++, 씨, 씨쁠쁠, JAVA, algorithm, 자바, 알고리즘, 자료구조, 문제, 문제 풀이, 풀이

wookje.kwon's profile image

wookje.kwon

2019-01-23 15:19

Read more posts by this author