#include<iostream>
using namespace std;
int main(){
int n,a[7],b[7],count=3;
cin>>n;
for(int i=0;i<n;i++)
{
int a[7],b[7];
for(int j=0;j<7;j++)
{
cin>>a[j];
}
for(int j=0;j<7;j++)
{
cin>>b[j];
}
if(a[1]!=a[3]&&a[1]==a[5]&&b[1]!=b[3]&&b[1]==b[5]) count-=1;
else cout<<"A";
if(a[6]==1&&b[6]==0) count-=1;
else cout<<"B";
if(a[1]!=b[1]&&a[3]!=b[3]&&a[5]!=b[5]) count-=1;
else cout<<"C";
if(count==0)
{
cout<<"None";
}
cout<<endl;
}
return 0;
}
這個送出只有5%分數
#include
using namespace std;
int main(){
int n,a[7],b[7],count=3;
cin>>n;
for(int i=0;i {
int a[7],b[7];
for(int j=0;j<7;j++)
{
cin>>a[j];
}
for(int j=0;j<7;j++)
{
cin>>b[j];
}
if(a[1]!=a[3]&&a[1]==a[5]&&b[1]!=b[3]&&b[1]==b[5]) count-=1;
else cout<<"A";
if(a[6]==1&&b[6]==0) count-=1;
else cout<<"B";
if(a[1]!=b[1]&&a[3]!=b[3]&&a[5]!=b[5]) count-=1;
else cout<<"C";
if(count==0)
{
cout<<"None";
}
cout< }
return 0;
}這個送出只有5%分數
阿沒事了 後來發現count宣錯地方 好好笑 抱歉佔了版面