2875 : 대회 or 인턴

풀이

http://codersbrunch.blogspot.kr/2016/09/2875-or.html

코드

#include <stdio.h>
#include <algorithm>
int n, m, k;
int main() {
	scanf("%d %d %d", &n, &m, &k);
	printf("%d", std::min({ n/2, m, (n+m-k)/3 }));
	return 0;
}

아무말

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

wookje.kwon's profile image

wookje.kwon

2018-01-09 13:36

Read more posts by this author