Run ID Author Problem Lang Verdict Score Time Memory Code Length Submit Time
56818 王籽易 排队买票 C++ Compile Error 0 0 MS 0 KB 227 2022-08-03 14:57:18

Tests(0/0):


#include <bits/stdc++.h> using namespace std; int n,s=1; char a[40],t='-'3 ; int main(){ cin>>n; getchar(); for(int i=1;i<=n;i++){ cin>>a[i]; getchar(); if(a[i]!=t) s++,t=a[i]; } cout<<s; return 0; }


Judgement Protocol: