修改编码

This commit is contained in:
Luthics 2023-11-29 15:12:33 +08:00
parent fc7b8c3f8d
commit bfd23b1004
1 changed files with 5 additions and 5 deletions

View File

@ -3,7 +3,7 @@
int state = 0;
int v[16];
char labels[4][16] = {"크뤼", "", "", ""};
char labels[4][16] = {"农夫", "", "", ""};
int re[16];
int xx[16];
int k = 0;
@ -32,10 +32,10 @@ int validate_state(int state) {
}
int trans(int x, int undo) {
// 0 깊刻크뤼菱성법붉
// 1 깊刻던의법붉
// 2 깊刻던鸞법붉
// 3 깊刻던꽉법붉
// 0 表示农夫自己过河
// 1 表示带狼过河
// 2 表示带羊过河
// 3 表示带菜过河
int tmp_state = state;
if (x == 1) {
tmp_state = state ^ 3;