foo.c: In function 'cs':
foo.c:13:3: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(ss(b)==0)
^~
foo.c:16:4: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
i=i/10;
^
foo.c:10:14: warning: unused variable 'c' [-Wunused-variable]
int a=i,b=0,c;
^
foo.c:10:6: warning: unused variable 'a' [-Wunused-variable]
int a=i,b=0,c;
^
foo.c: In function 'ss':
foo.c:34:1: warning: control reaches end of non-void function [-Wreturn-type]
}
^
foo.c: In function 'main':
foo.c:38:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d",&n);
^~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务