Accepted
/in/foo.cc: In function 'int main()': /in/foo.cc:15:25: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[201]' [-Wformat=] scanf("%s\n%s",&x,&y); ^ /in/foo.cc:15:25: warning: format '%s' expects argument of type 'char*', but argument 3 has type 'char (*)[201]' [-Wformat=]