七巧板问题及 fatal error LNK1168: cannot open Debug/5.exe for writing报错

#include <stdio.h> const int N = 7;            //定义七个区域 int main() {     char board[N] = {'A','B','C','D','E','F','G'};     int arc [N][N] =  {{0,1,0,0,1,1,0},{1,0,1,1,0,0,0},{0,1,0,1,0,0,0},     {0,1
相关文章
相关标签/搜索