#include#include#include#include#include#definelllonglongusing" />

日韩久久久精品,亚洲精品久久久久久久久久久,亚洲欧美一区二区三区国产精品 ,一区二区福利

Uva 11401 - Triangle Counting

系統 1920 0

http://uva.onlinejudge.org/index.php?option=com_onlinejudge&Itemid=8&page=show_problem&problem=2396

要注意細節

代碼:

      #include <iostream>

#include <cstdio>

#include <string>

#include <cstring>

#include <cmath>

#include <algorithm>



#define ll long long

using namespace std;



const int N=1000005;

ll sum[N];

int main()

{

    //freopen("data.in","r",stdin);

    memset(sum,0,sizeof(sum));

    for(ll x=4;x<N;++x)

    sum[x]=((x-1)*(x-2)/2-(x-1-(x/2)))/2;

    for(int i=1;i<N;++i)

    sum[i]=sum[i]+sum[i-1];

    int n;

    while(cin>>n)

    {

        if(n<3)break;

        cout<<sum[n]<<endl;

    }

    return 0;

}


    

?

Uva 11401 - Triangle Counting


更多文章、技術交流、商務合作、聯系博主

微信掃碼或搜索:z360901061

微信掃一掃加我為好友

QQ號聯系: 360901061

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描下面二維碼支持博主2元、5元、10元、20元等您想捐的金額吧,狠狠點擊下面給點支持吧,站長非常感激您!手機微信長按不能支付解決辦法:請將微信支付二維碼保存到相冊,切換到微信,然后點擊微信右上角掃一掃功能,選擇支付二維碼完成支付。

【本文對您有幫助就好】

您的支持是博主寫作最大的動力,如果您喜歡我的文章,感覺我的文章對您有幫助,請用微信掃描上面二維碼支持博主2元、5元、10元、自定義金額等您想捐的金額吧,站長會非常 感謝您的哦!!!

發表我的評論
最新評論 總共0條評論
主站蜘蛛池模板: 新安县| 永德县| 鱼台县| 琼结县| 永清县| 望江县| 兰州市| 南开区| 公主岭市| 古浪县| 新宾| 含山县| 涡阳县| 福泉市| 泸州市| 浦城县| 新野县| 桑日县| 大洼县| 个旧市| 闵行区| 涿鹿县| 平阴县| 昭觉县| 东城区| 宝兴县| 辽中县| 沁阳市| 拉萨市| 定州市| 托克逊县| 芒康县| 许昌县| 江北区| 甘泉县| 阿瓦提县| 子洲县| 咸丰县| 信丰县| 巴彦县| 丁青县|