Run ID 作者 问题 语言 测评结果 分数 时间 内存 代码长度 提交时间
57332 陈思雨 排队买票 C++ 编译错误 0 0 MS 0 KB 201 2022-08-05 12:37:10

Tests(0/0):


#include<bits/stdc++.h> using namespace std; int n,res; string a[30]=("0"); int main(){ cin>>n; for(int i=1;i<=n;i++){ cin>>a[i]; if(a[i]!=a[i-1]) res++; } cout<<res+1; return 0; }


测评信息: