0_0_23820536_14061.cpp: In function 'int deal(char*, char*)':
0_0_23820536_14061.cpp:5:15: error: declaration of 'map' as multidimensional array must have bounds for all dimensions except the first
int map[][];
^
0_0_23820536_14061.cpp:9:33: error: 'map' was not declared in this scope
if(i==0&&a[i]==b[j])map[i][j]=1;
^
0_0_23820536_14061.cpp:10:22: error: expected primary-expression before ')' token
if(j==0&&)
^
0_0_23820536_14061.cpp:11:9: error: expected primary-expression before '}' token
}
^
0_0_23820536_14061.cpp: In function 'int main()':
0_0_23820536_14061.cpp:16:25: error: 'a' was not declared in this scope
while(scanf("%s %s",a,b))
^
0_0_23820536_14061.cpp:16:27: error: 'b' was not declared in this scope
while(scanf("%s %s",a,b))
^
|