C题数据太水了
暴力能过还能理解

这下面明显错误的代码,居然给AC了
强烈要求Rejudge!

7
1 2 3 4 1 2 3

```
#include <bits stdc++.h>
using namespace std;
const int maxn=1e6+10;
int n,t;
int a,b;
int main()
{
a=0,b=0;
cin>>t;
int biao=0;
int pos=0,neg=0;
for(int i=1;i<=t;i++)
{
cin>>n;
if(i>1)
{
if(n>=biao)
pos++;
else
neg++;
}
biao=n;
int x=0;
x=1+pos-neg;
if(i%2==1)
a+=x;
else
b+=x;
}
if(a==b)
cout<<"hebei shuang king!"<<endl; else if(a>b)
cout<<"Calculus is hebei king!"<</endl;>