Hdoj 1205 eating Sweets (math)

Source: Internet
Author: User

"Thinking": The act of eating sugar as a 22 elimination of behavior, so if you want to eliminate all, depending on the number of the most. So the formula: Max-(Sum-max) <= 1. In addition: to adopt the Longlong type.

"AC Code":

#include <iostream> #include <cstdlib> #include <cstdio> #include <cstring> #include < Algorithm> #include <iomanip>using namespace std; #define MAX 1000000+10int Num[max];int Main () {    //freopen ("In.txt", "R", stdin);    int T = 0;    Cin >> T;    while (t--)    {        int i = 0;        A long long int N = 0, sum = 0, Mmax = 0;        Cin >> N;        for (i = 0; i < N; i++)        {            scanf ("%d", &num[i]);            Sum + = Num[i];            if (Num[i] > Mmax)                mmax = Num[i];        }        if (mmax-1 <= sum-mmax)            cout << "Yes" << Endl;        else            cout << "No" << Endl;    }    return 0;}


Hdoj 1205 eating Sweets (math)

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.