- 博客(1)
- 资源 (1)
- 收藏
- 关注
原创 11111111
/* **排列宝石问题 */ #include <stdio.h> #include <iostream> using namespace std; #define N 9 int shape[N][N];//棋盘记录石子的形状 int color[N][N];//记录棋盘石子的颜色 bool stone[N][N];//stone[i][j]表示i形状的j颜色的石子是否已经用过 int cnt = 0; int n = 0; //row行,col列 bool isOK(int ro
2020-12-27 12:23:25
209
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人