Accepted
/in/foo.cc: In function 'int main()':
/in/foo.cc:9:15: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[90001]' [-Wformat=]
scanf("%s",&a);
^
/in/foo.cc: In function 'int main()':
/in/foo.cc:9:15: warning: format '%s' expects argument of type 'char*', but argument 2 has type 'char (*)[90001]' [-Wformat=]
scanf("%s",&a);
^