运行 ID: 91847

Main.cc:107:1: error: stray ‘\302’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
 ^
Main.cc:107:2: error: stray ‘\251’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
  ^
Main.cc:107:4: error: stray ‘\344’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
    ^
Main.cc:107:5: error: stray ‘\272’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
     ^
Main.cc:107:6: error: stray ‘\254’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
      ^
Main.cc:107:7: error: stray ‘\345’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
       ^
Main.cc:107:8: error: stray ‘\270’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
        ^
Main.cc:107:9: error: stray ‘\210’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
         ^
Main.cc:107:10: error: stray ‘\346’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
          ^
Main.cc:107:11: error: stray ‘\265’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
           ^
Main.cc:107:12: error: stray ‘\267’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
            ^
Main.cc:107:13: error: stray ‘\347’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
             ^
Main.cc:107:14: error: stray ‘\240’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
              ^
Main.cc:107:15: error: stray ‘\201’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
               ^
Main.cc:107:22: error: stray ‘\344’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
                      ^
Main.cc:107:23: error: stray ‘\272’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
                       ^
Main.cc:107:24: error: stray ‘\254’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
                        ^
Main.cc:107:28: error: stray ‘\345’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
                            ^
Main.cc:107:29: error: stray ‘\244’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
                             ^
Main.cc:107:30: error: stray ‘\207’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
                              ^
Main.cc:107:39: error: stray ‘\345’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
                                       ^
Main.cc:107:40: error: stray ‘\217’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
                                        ^
Main.cc:107:41: error: stray ‘\267’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
                                         ^
Main.cc:107:44: error: stray ‘\344’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
                                            ^
Main.cc:107:45: error: stray ‘\270’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
                                             ^
Main.cc:107:46: error: stray ‘\255’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
                                              ^
Main.cc:107:47: error: stray ‘\346’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
                                               ^
Main.cc:107:48: error: stray ‘\226’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
                                                ^
Main.cc:107:49: error: stray ‘\207’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
                                                 ^
Main.cc:107:50: error: stray ‘\347’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
                                                  ^
Main.cc:107:51: error: stray ‘\256’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
                                                   ^
Main.cc:107:52: error: stray ‘\200’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
                                                    ^
Main.cc:107:53: error: stray ‘\344’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
                                                     ^
Main.cc:107:54: error: stray ‘\275’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
                                                      ^
Main.cc:107:55: error: stray ‘\223’ in program
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
                                                       ^
Main.cc:12:13: error: redefinition of ‘int map [300][300]’
 int map[N][N] ;
             ^
Main.cc:9:5: note: ‘int map [300][300]’ previously declared here
 int map[N][N]; // 棋盘,1表示可放,0表示不可放
     ^~~
Main.cc:107:17: error: expected unqualified-id before numeric constant
 © 京师海码 2026 京ICP备20028683号-1中文简体 | English
                 ^~~~