CF#248DIV2:A. Kitahara Haruki's Gift_html/css_WEB-ITnose

WBOY
풀어 주다: 2016-06-24 12:03:56
원래의
1147명이 탐색했습니다.

Kitahara Haruki has bought n apples for Touma Kazusa and Ogiso Setsuna. Now he wants to divide all the apples between the friends.

Each apple weights 100 grams or 200 grams. Of course Kitahara Haruki doesn't want to offend any of his friend. Therefore the total weight of the apples given to Touma Kazusa must be equal to the total weight of the apples given to Ogiso Setsuna.

But unfortunately Kitahara Haruki doesn't have a knife right now, so he cannot split any apple into some parts. Please, tell him: is it possible to divide all the apples in a fair way between his friends?

Input

The first line contains an integer n (1?≤?n?≤?100) ? the number of apples. The second line contains n integers w1,?w2,?...,?wn (wi?=?100or wi?=?200), where wi is the weight of the i-th apple.

Output

In a single line print "YES" (without the quotes) if it is possible to divide all the apples between his friends. Otherwise print "NO" (without the quotes).

Sample test(s)

input

3100 200 100
로그인 후 복사

output

YES
로그인 후 복사

input

4100 100 100 200
로그인 후 복사

output

NO
로그인 후 복사

Note

In the first test sample Kitahara Haruki can give the first and the last apple to Ogiso Setsuna and the middle apple to Touma Kazusa.


好久没做CF了,这次又是打了个酱油

#include <stdio.h>#include <string.h>#include <math.h>#include <algorithm>using namespace std;int a[105];int main(){    int n,i,sum1,sum2,sum;    while(~scanf("%d",&n))    {        sum1 = sum2 = sum = 0;        for(i = 0; i<n i scanf sum if sum1 else sum2 printf continue sort return>   <br>   <br>   <p></p>   </n></algorithm></math.h></string.h></stdio.h>
로그인 후 복사
관련 라벨:
원천:php.cn
본 웹사이트의 성명
본 글의 내용은 네티즌들의 자발적인 기여로 작성되었으며, 저작권은 원저작자에게 있습니다. 본 사이트는 이에 상응하는 법적 책임을 지지 않습니다. 표절이나 침해가 의심되는 콘텐츠를 발견한 경우 admin@php.cn으로 문의하세요.
인기 튜토리얼
더>
최신 다운로드
더>
웹 효과
웹사이트 소스 코드
웹사이트 자료
프론트엔드 템플릿
회사 소개 부인 성명 Sitemap
PHP 중국어 웹사이트:공공복지 온라인 PHP 교육,PHP 학습자의 빠른 성장을 도와주세요!