0_0_29554567_14345.cpp:1:1: error: 'include' does not name a type
include<bits/stdc++.h>
^
0_0_29554567_14345.cpp: In function 'void build(char*)':
0_0_29554567_14345.cpp:14:23: error: 'strlen' was not declared in this scope
int len = strlen(t);
^
0_0_29554567_14345.cpp:19:45: error: 'memset' was not declared in this scope
memset(ch[tot],0,sizeof(ch[tot]));
^
0_0_29554567_14345.cpp: In function 'int find()':
0_0_29554567_14345.cpp:46:23: error: 'strlen' was not declared in this scope
int len = strlen(s);
^
0_0_29554567_14345.cpp: In function 'int main()':
0_0_29554567_14345.cpp:62:5: error: 'cin' was not declared in this scope
cin>>T;
^
0_0_29554567_14345.cpp:65:31: error: 'memset' was not declared in this scope
memset(bo,0,sizeof(bo));
^
0_0_29554567_14345.cpp:71:25: error: 'scanf' was not declared in this scope
scanf("%s",t);
^
0_0_29554567_14345.cpp:74:21: error: 'scanf' was not declared in this scope
scanf("%s",s);
^
0_0_29554567_14345.cpp:77:9: error: 'cout' was not declared in this scope
cout<<ans<<endl;
^
0_0_29554567_14345.cpp:77:20: error: 'endl' was not declared in this scope
cout<<ans<<endl;
^
|