/in/foo.c: In function 'main':
/in/foo.c:6:12: error: redeclaration of 's' with no linkage
int s,h,k,s,g,m;
^
/in/foo.c:6:6: note: previous declaration of 's' was here
int s,h,k,s,g,m;
^
/in/foo.c:11:13: error: expected ';' before ':' token
for(i=0;i<3:i++)
^
/in/foo.c:14:3: warning: implicit declaration of function 'scanf_s' [-Wimplicit-function-declaration]
scanf_s("%3d",&a[i][j]);
^~~~~~~
/in/foo.c:34:4: warning: suggest parentheses around assignment used as truth value [-Wparentheses]
for(i=t;q=s;p=0;j)
^~~
/in/foo.c:34:19: error: expected ')' before ';' token
for(i=t;q=s;p=0;j)
^
/in/foo.c:44:3: error: 'scanf_' undeclared (first use in this function)
scanf_
^~~~~~
/in/foo.c:44:3: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:44:3: error: expected ';' at end of input
/in/foo.c:44:3: error: expected declaration or statement at end of input
/in/foo.c:6:14: warning: variable 'g' set but not used [-Wunused-but-set-variable]
int s,h,k,s,g,m;
^