/in/foo.cc: In function 'int main()':
/in/foo.cc:18:33: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[10001]' [-Wformat=]
scanf("%s %s",&str1,&str2);
^
/in/foo.cc:18:33: warning: format '%s' expects argument of type 'char*', but argument 3 has type 'char (*)[10001]' [-Wformat=]
/in/foo.cc:37:8: warning: statement is a reference, not call, to function 'getchar' [-Waddress]
getchar;getchar;
^
/in/foo.cc:37:8: warning: statement has no effect [-Wunused-value]
/in/foo.cc:37:16: warning: statement is a reference, not call, to function 'getchar' [-Waddress]
getchar;getchar;
^
/in/foo.cc:37:16: warning: statement has no effect [-Wunused-value]