记录详情

Accepted

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)提供评测服务
# 状态 耗时 内存占用
#1 Accepted 0ms 288.0 KiB
#2 Accepted 1ms 288.0 KiB
#3 Accepted 0ms 256.0 KiB
#4 Accepted 1ms 276.0 KiB
#5 Accepted 1ms 256.0 KiB
#6 Accepted 0ms 256.0 KiB
#7 Accepted 1ms 256.0 KiB
#8 Accepted 1ms 256.0 KiB
#9 Accepted 1ms 256.0 KiB
#10 Accepted 1ms 284.0 KiB

信息

递交者
类型
递交
题目
P1016 不高兴的津津
语言
C
递交时间
2021-09-03 14:55:24
评测时间
2021-09-03 14:55:24
评测机
分数
100
总耗时
10ms
峰值内存
288.0 KiB