1057 : 토너먼트

풀이

My life for Aiur!

코드

#include <stdio.h>
int n, a, b, c;
int main() {
    scanf("%d %d %d", &n, &a, &b);
    while (a != b) a = a/2+a%2, b = b/2+b%2, c++;
    printf("%d", c);
    return 0;
}

아무말

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

wookje.kwon's profile image

wookje.kwon

2018-01-24 17:50

Read more posts by this author