by@satos___jp
WA
1044ms
y,i,j;main(x){for(scanf("%d%d",&y,&x);i<y;i++,puts())for(j=0;j<x;++j)printf(j%~-x&&i%~-y?" ":"*");}
48 92
******************************************************************************************** * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * ******************************************************************************************** * * * * * * * * * * * * * * * * * * * * *
/tmp/code.c:1:1: warning: data definition has no type or storage class y,i,j;main(x){for(scanf("%d%d",&y,&x);i<y;i++,puts())for(j=0;j<x;++j)printf(j%~-x&&i%~-y?" ":"*");} ^ /tmp/code.c:1:1: warning: type defaults to 'int' in declaration of 'y' [-Wimplicit-int] /tmp/code.c:1:3: warning: type defaults to 'int' in declaration of 'i' [-Wimplicit-int] y,i,j;main(x){for(scanf("%d%d",&y,&x);i<y;i++,puts())for(j=0;j<x;++j)printf(j%~-x&&i%~-y?" ":"*");} ^ /tmp/code.c:1:5: warning: type defaults to 'int' in declaration of 'j' [-Wimplicit-int] y,i,j;main(x){for(scanf("%d%d",&y,&x);i<y;i++,puts())for(j=0;j<x;++j)printf(j%~-x&&i%~-y?" ":"*");} ^ /tmp/code.c:1:7: warning: return type defaults to 'int' [-Wimplicit-int] y,i,j;main(x){for(scanf("%d%d",&y,&x);i<y;i++,puts())for(j=0;j<x;++j)printf(j%~-x&&i%~-y?" ":"*");} ^~~~ /tmp/code.c: In function 'main': /tmp/code.c:1:7: warning: type of 'x' defaults to 'int' [-Wimplicit-int] /tmp/code.c:1:19: warning: implicit declaration of function 'scanf' [-Wimplicit-function-declaration] y,i,j;main(x){for(scanf("%d%d",&y,&x);i<y;i++,puts())for(j=0;j<x;++j)printf(j%~-x&&i%~-y?" ":"*");} ^~~~~ /tmp/code.c:1:19: warning: incompatible implicit declaration of built-in function 'scanf' /tmp/code.c:1:19: note: include '<stdio.h>' or provide a declaration of 'scanf' +#include <stdio.h> y,i,j;main(x){for(scanf("%d%d",&y,&x);i<y;i++,puts())for(j=0;j<x;++j)printf(j%~-x&&i%~-y?" ":"*");} ^~~~~ /tmp/code.c:1:47: warning: implicit declaration of function 'puts' [-Wimplicit-function-declaration] y,i,j;main(x){for(scanf("%d%d",&y,&x);i<y;i++,puts())for(j=0;j<x;++j)printf(j%~-x&&i%~-y?" ":"*");} ^~~~ /tmp/code.c:1:70: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration] y,i,j;main(x){for(scanf("%d%d",&y,&x);i<y;i++,puts())for(j=0;j<x;++j)printf(j%~-x&&i%~-y?" ":"*");} ^~~~~~ /tmp/code.c:1:70: warning: incompatible implicit declaration of built-in function 'printf' /tmp/code.c:1:70: note: include '<stdio.h>' or provide a declaration of 'printf'