Accepted
/in/foo.c: In function 'main': /in/foo.c:48:11: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char (*)[10]' [-Wformat=] scanf("%s",&tmp.map[i]); ^
/in/foo.c: In function 'main': /in/foo.c:48:11: warning: format '%s' expects argument of type 'char *', but argument 2 has type 'char (*)[10]' [-Wformat=] scanf("%s",&tmp.map[i]); ^