Main.cc: In function 'int main()': Main.cc:16:15: warning: comparison between signed and unsigned integer expressions [-Wsign-compare] for(int j=l;j<=strlen(a);j++) ^ Main.cc:18:11: error: 'i' was not declared in this scope cout<