记录详情

Accepted

/in/foo.c: In function 'main':
/in/foo.c:4:2: warning: implicit declaration of function 'scanf' [-Wimplicit-function-declaration]
  scanf("%d%d%d",&a,&b,&c);
  ^~~~~
/in/foo.c:4:2: warning: incompatible implicit declaration of built-in function 'scanf'
/in/foo.c:4:2: note: include '<stdio.h>' or provide a declaration of 'scanf'
/in/foo.c:6:3: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
   printf("%d",c+(b-1)*31);
   ^~~~~~
/in/foo.c:6:3: warning: incompatible implicit declaration of built-in function 'printf'
/in/foo.c:6:3: note: include '<stdio.h>' or provide a declaration of 'printf'
/in/foo.c:11:6: warning: incompatible implicit declaration of built-in function 'printf'
      printf("%d",(b-1)*30-2+(b-1)/2+c);
      ^~~~~~
/in/foo.c:11:6: note: include '<stdio.h>' or provide a declaration of 'printf'
/in/foo.c:13:6: warning: incompatible implicit declaration of built-in function 'printf'
      printf("%d",(b-1)*30-2+(b-1)/2+c+1);
      ^~~~~~
/in/foo.c:13:6: note: include '<stdio.h>' or provide a declaration of 'printf'
/in/foo.c:16:6: warning: incompatible implicit declaration of built-in function 'printf'
      printf("%d",(b-1)*30-2+(b+1)/2+c);
      ^~~~~~
/in/foo.c:16:6: note: include '<stdio.h>' or provide a declaration of 'printf'
/in/foo.c:18:6: warning: incompatible implicit declaration of built-in function 'printf'
      printf("%d",(b-1)*30-2+(b+1)/2+c+1);
      ^~~~~~
/in/foo.c:18:6: note: include '<stdio.h>' or provide a declaration of 'printf'
/in/foo.c:8:5: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
   if(b<9)
     ^
/in/foo.c:7:2: warning: this 'if' clause does not guard... [-Wmisleading-indentation]
  if(b>2)
  ^~
/in/foo.c:19:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'if'
   if(b>8&&b<13)
   ^~
/in/foo.c:22:6: warning: incompatible implicit declaration of built-in function 'printf'
      printf("%d",(b-1)*30-2+(b+1)/2+c);
      ^~~~~~
/in/foo.c:22:6: note: include '<stdio.h>' or provide a declaration of 'printf'
/in/foo.c:24:6: warning: incompatible implicit declaration of built-in function 'printf'
      printf("%d",(b-1)*30-2+(b+1)/2+c+1);
      ^~~~~~
/in/foo.c:24:6: note: include '<stdio.h>' or provide a declaration of 'printf'
/in/foo.c:27:6: warning: incompatible implicit declaration of built-in function 'printf'
      printf("%d",(b-1)*30-2+b/2+c);
      ^~~~~~
/in/foo.c:27:6: note: include '<stdio.h>' or provide a declaration of 'printf'
/in/foo.c:29:6: warning: incompatible implicit declaration of built-in function 'printf'
      printf("%d",(b-1)*30-2+b/2+c+1);
      ^~~~~~
/in/foo.c:29:6: note: include '<stdio.h>' or provide a declaration of 'printf'
/in/foo.c:19:5: warning: suggest explicit braces to avoid ambiguous 'else' [-Wparentheses]
   if(b>8&&b<13)
     ^
# 状态 耗时 内存占用
#1 Accepted 1ms 208.0 KiB
#2 Accepted 0ms 212.0 KiB
#3 Accepted 0ms 216.0 KiB
#4 Accepted 1ms 212.0 KiB
#5 Accepted 0ms 208.0 KiB

信息

递交者
类型
递交
题目
A1-4 分支结构练习:今年过去了多少天
比赛
基于基本数据类型的程序设计训练
语言
C
递交时间
2019-02-02 18:11:47
评测时间
2019-02-02 18:11:47
评测机
分数
100
总耗时
4ms
峰值内存
216.0 KiB