1547 : 공

풀이

자자~

돈 놓고 돈 먹기~

코드

#include <stdio.h>
#include <algorithm>

int n, x, y, a[4] = { 0,1 };

int main() {
	scanf("%d", &n);
	while (n--) scanf("%d %d", &x, &y), std::swap(a[x], a[y]);
	for (n = 1; n <= 3; n++) if (a[n]) printf("%d", n);
	return 0;
}

아무말

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

wookje.kwon's profile image

wookje.kwon

2018-01-24 18:43

Read more posts by this author