no while
2024-03-23 10:01:14
发布于:广东
9阅读
0回复
0点赞
#include<iostream>
using namespace std;
int main(){
int a,b,c,d,e,f,g,h;
cin>>a>>b>>c>>d>>e>>f>>g>>h;
switch(a+b+c+d+e+f+g+h){
case 8:cout<<"2";break;
case 6:cout<<"1";break;
case 4:cout<<"0";break;
case 2:cout<<"1";break;
case 0:cout<<"2";break;
}
return 0;
}
这里空空如也
有帮助,赞一个