Description
Flip game is played on a rectangular 4x4 field with two-sided pieces placed on each of its 16 squares. One side of each piece is white and the other one is black and each piece is lying either it's black or white side up. Each round you flip 3 to 5 pieces, thus changing the color of their upper side from black to white and vice versa. The pieces to be flipped are chosen every round according to the following rules:Input
The input consists of 4 lines with 4 characters "w" or "b" each that denote game field position.Output
Write to the output file a single integer number - the minimum number of rounds needed to achieve the goal of the game from the given position. If the goal is initially achieved, then write 0. If it's impossible to achieve the goal, then write the word "Impossible" (without quotes).Sample Input
bwwb bbwb bwwb bwww
Sample Output
4
高斯消元簡單題:
#include#include #include #include using namespace std; int a[35][35],x[35]; int equ,var;//方程數和變元數 void Debug() { for(int i=0;i a[max_r][col]) max_r=j; } if(max_r!=i) { for(int k=0;k<=var;k++) { swap(a[i][k],a[max_r][k]); } } if(a[i][col]==0) { i--; continue; } for(int j=i+1;j 0?1:0;x[equ-2]=(k&2)>0?1:0;x[equ-3]=(k&4)>0?1:0;x[equ-4]=(k&8)>0?1:0; //printf("%d%d%d%d\n",x[equ-1],x[equ-2],x[equ-3],x[equ-4]); sum=0; for(int i=equ-5;i>=0;i--) { int temp=a[i][var]; for(int j=i+1;j