Main.cc: In function 'int main()':
Main.cc:10:23: warning: comparison between signed and unsigned integer expressions [-Wsign-compare]
while(n.find(a)!=-1){
^
Main.cc:14:11: error: 'x' was not declared in this scope
cout<x;
^