Henu ACM Round#14 AVitaly and Night

Posted Visitor

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Henu ACM Round#14 AVitaly and Night相关的知识,希望对你有一定的参考价值。

【链接】 我是链接,点我呀:)
【题意】


在这里输入题意

【题解】


连续两个如果不全是0就递增cnt

【代码】

#include <bits/stdc++.h>
using namespace std;

int n,m;

int main()
{
    cin >> n >>m;
    int cnt = 0;
    for (int i = 1;i <= n;i++){
        int x,y;
        for (int j = 1;j <= m;j++){
            cin >>x  >>y;
            if (!(x==0 && y==0)) cnt++;
        }
    }
    cout <<cnt<<endl;
    return 0;
}

以上是关于Henu ACM Round#14 AVitaly and Night的主要内容,如果未能解决你的问题,请参考以下文章

Henu ACM Round#14 BDuff in Love

Henu ACM Round#20 EStar

Henu ACM Round #13 BSpider Man

???Henu ACM Round#15 D???Ilya and Escalator

???Henu ACM Round#17 B???USB Flash Drives

Henu ACM Round#19 FDispute