Main.cc: In function 'int main()':
Main.cc:12:20: error: 'x' was not declared in this scope
if(a[i]==b[x])
^
Main.cc:14:12: error: 'x' was not declared in this scope
if(x==5)
^
Main.cc:9:9: warning: unused variable 's' [-Wunused-variable]
int s=0;
^