0_0_39146635_1064.cpp: In function 'int bfsxiang(int, int, int, int)':
0_0_39146635_1064.cpp:85:29: error: reference to 'tm' is ambiguous
85 | tm[r][c] = mig[r][c];
| ^~
In file included from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/cwchar:44,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/bits/postypes.h:40,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/iosfwd:42,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/ios:40,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/ostream:40,
from gcc-13.1.0/lib/gcc/x86_64-w64-mingw32/13.1.0/include/c++/iostream:41,
from 0_0_39146635_1064.cpp:1:
gcc-13.1.0/x86_64-w64-mingw32/include/wchar.h:1383:10: note: candidates are: 'struct tm'
1383 | struct tm {
| ^~
0_0_39146635_1064.cpp:11:6: note: 'char tm [10][10]'
11 | char tm[10][10];
| ^~
0_0_39146635_1064.cpp:92:25: error: reference to 'tm' is ambiguous
92 | tm[txx][txy] = '2';
| ^~
gcc-13.1.0/x86_64-w64-mingw32/include/wchar.h:1383:10: note: candidates are: 'struct tm'
1383 | struct tm {
| ^~
0_0_39146635_1064.cpp:11:6: note: 'char tm [10][10]'
11 | char tm[10][10];
| ^~
0_0_39146635_1064.cpp:100:29: error: reference to 'tm' is ambiguous
100 | tm[txx][txy] = '0';
| ^~
gcc-13.1.0/x86_64-w64-mingw32/include/wchar.h:1383:10: note: candidates are: 'struct tm'
1383 | struct tm {
| ^~
0_0_39146635_1064.cpp:11:6: note: 'char tm [10][10]'
11 | char tm[10][10];
| ^~
|