Main.cc: In function 'int main()':
Main.cc:7:24: error: 'hello' was not declared in this scope
char a[11501],b[]={hello};
^
Main.cc:9:19: error: 'N' was not declared in this scope
int s1=strlen(N),s=0;
^
Main.cc:11:20: error: 's' was not declared in this scope
if(a[i]==b[s]){
^
Main.cc:15:8: error: 's' was not declared in this scope
if(s==5){
^