0_0_34614936_26215.cpp: In function 'void deal()':
0_0_34614936_26215.cpp:74:41: error: expected primary-expression before '/' token
if (s[i][j] == 'K') maps[i][j] = -66;/
^
0_0_34614936_26215.cpp:75:4: error: expected primary-expression before 'if'
if (s[i][j] == 'S') {
^
0_0_34614936_26215.cpp:143:24: error: expected primary-expression before '/' token
int zzt = h.count();/
^
0_0_34614936_26215.cpp:144:4: error: expected primary-expression before 'int'
int vvv = 0;
^
0_0_34614936_26215.cpp:147:6: error: 'vvv' was not declared in this scope
vvv = 1;
^
0_0_34614936_26215.cpp:150:8: error: 'vvv' was not declared in this scope
if (vvv)
^
|