foo.c: In function 'main':
foo.c:6:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(a+a1>8)printf("1");if(a+a1>8)goto loop;
^~
foo.c:6:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(a+a1>8)printf("1");if(a+a1>8)goto loop;
^~
foo.c:7:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(b+a2>8)printf("2");if(b+a2>8)goto loop;
^~
foo.c:7:24: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(b+a2>8)printf("2");if(b+a2>8)goto loop;
^~
foo.c:8:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(c+a3>8)printf("3");if(c+a3>8)goto loop;
^~
foo.c:8:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(c+a3>8)printf("3");if(c+a3>8)goto loop;
^~
foo.c:9:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(d+a4>8)printf("4");if(d+a4>8)goto loop;
^~
foo.c:9:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(d+a4>8)printf("4");if(d+a4>8)goto loop;
^~
foo.c:10:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(e+a5>8)printf("5");if(e+a5>8)goto loop;
^~
foo.c:10:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(e+a5>8)printf("5");if(e+a5>8)goto loop;
^~
foo.c:11:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(f+a6>8)printf("6");if(f+a6>8)goto loop;
^~
foo.c:11:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(f+a6>8)printf("6");if(f+a6>8)goto loop;
^~
foo.c:12:5: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
if(g+a7>8)printf("7");if(g+a7>8)goto loop;
^~
foo.c:12:27: note: ...this statement, but the latter is misleadingly indented as if it were guarded by the 'if'
if(g+a7>8)printf("7");if(g+a7>8)goto loop;
^~
foo.c:5:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
scanf("%d %d\n%d %d\n%d %d\n%d %d\n%d %d\n%d %d\n%d %d",&a,&a1,&b,&a2,&c,&a3,&d,&a4,&e,&a5,&f,&a6,&g,&a7);
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务