CSP题解|201509-1 数列分段|100分

#include <bits/stdc++.h>
using namespace std;
int main() {
	int n;cin>>n;
	int last,temp;
	cin>>last;
	int res=1;
	while(cin>>temp){
		if(temp!=last)res++;
		last=temp;
	}
	cout<<res<<endl;
}

输入的n直接丢弃

全部评论

相关推荐

苍蓝星上艾露:这简历。。。可以试试我写的开源简历优化工具https://github.com/weicanie/prisma-ai
点赞 评论 收藏
分享
评论
点赞
收藏
分享

创作者周榜

更多
牛客网
牛客网在线编程
牛客网题解
牛客企业服务