0_0_16210487_30230.cpp:114:3: error: stray '\303' in program
scanf("%d",×);
^
0_0_16210487_30230.cpp:114:3: error: stray '\227' in program
0_0_16210487_30230.cpp: In function 'bool fit(char*, char*)':
0_0_16210487_30230.cpp:33:17: error: 'strlen' was not declared in this scope
if(s1[strlen(s1)-1]==s2[0])
^
0_0_16210487_30230.cpp: In function 'int main()':
0_0_16210487_30230.cpp:105:27: error: 'strcmp' was not declared in this scope
if(strcmp(str[i],str[j])==0)
^
0_0_16210487_30230.cpp:110:27: error: 'strcmp' was not declared in this scope
if(strcmp(str[i],str[j])==0)
^
0_0_16210487_30230.cpp:114:16: error: expected primary-expression before ')' token
scanf("%d",×);
^
|