14730 : 謎紛芥索紀 (Small)

풀이

잎새에 이는 바람에도 난 괴로워했다.

코드

n, s, e, x;
main() {
	scanf("%d", &n);
	while (n--) scanf("%d %d", &e, &x), s+=e*x;
	printf("%d", s);
}

아무말

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

wookje.kwon's profile image

wookje.kwon

2017-09-24 01:20

Read more posts by this author