牛为什么过马路

#include <bits/stdc++.h>
using namespace std;
int a[11];
int main()
{
    memset(a, -1, sizeof a);
    int n; cin>>n;
    int cnt=0;
    for(int i=0; i<n; i++)
    {
        int id, s; cin>>id>>s;
        if(a[id]==-1) a[id]=s;
        else if(a[id]!=s) a[id]=s, cnt++;
    }
    cout<<cnt;
    return 0;
}

全部评论

相关推荐

totoroyyw:千年老妖😂
投递华为等公司10个岗位
点赞 评论 收藏
分享
评论
1
收藏
分享
牛客网
牛客企业服务