0_0_13704862_11114.cpp: In function 'void solve(int)':
0_0_13704862_11114.cpp:15:26: error: 'strlen' was not declared in this scope
for(int i=0;i<strlen(s1);i++){
^
0_0_13704862_11114.cpp:18:26: error: 'strlen' was not declared in this scope
for(int i=0;i<strlen(s2);i++){
^
0_0_13704862_11114.cpp:21:26: error: 'strlen' was not declared in this scope
for(int i=0;i<strlen(s3);i++){
^
0_0_13704862_11114.cpp:24:15: error: 'strlen' was not declared in this scope
if(strlen(s1)>1&&m[s1[0]]==0)
^
0_0_13704862_11114.cpp:26:15: error: 'strlen' was not declared in this scope
if(strlen(s2)>1&&m[s2[0]]==0)
^
0_0_13704862_11114.cpp:28:15: error: 'strlen' was not declared in this scope
if(strlen(s3)>1&&m[s3[0]]==0)
^
0_0_13704862_11114.cpp: In function 'int main()':
0_0_13704862_11114.cpp:64:26: error: 'memset' was not declared in this scope
memset(vis,0,sizeof vis);
^
0_0_13704862_11114.cpp:67:26: error: 'strlen' was not declared in this scope
for(int i=0;i<strlen(s1);i++){
^
0_0_13704862_11114.cpp:70:26: error: 'strlen' was not declared in this scope
for(int i=0;i<strlen(s2);i++){
^
0_0_13704862_11114.cpp:73:26: error: 'strlen' was not declared in this scope
for(int i=0;i<strlen(s3);i++){
^
|