记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:7:2: warning: implicit declaration of function 'scanf' [-Wimplicit-function-declaration]
  scanf("%d%d",&M,&N);
  ^~~~~
/in/foo.c:7:2: warning: incompatible implicit declaration of built-in function 'scanf'
/in/foo.c:7:2: note: include '<stdio.h>' or provide a declaration of 'scanf'
/in/foo.c:25:2: warning: implicit declaration of function 'printf' [-Wimplicit-function-declaration]
  printf("%d",flag);
  ^~~~~~
/in/foo.c:25:2: warning: incompatible implicit declaration of built-in function 'printf'
/in/foo.c:25:2: note: include '<stdio.h>' or provide a declaration of 'printf'
/in/foo.c: In function 'findmin':
/in/foo.c:31:9: error: stray '\357' in program
  int n=0,k;
         ^
/in/foo.c:31:10: error: stray '\274' in program
  int n=0,k;
          ^
/in/foo.c:31:11: error: stray '\214' in program
  int n=0,k;
           ^
/in/foo.c:31:12: error: expected ',' or ';' before 'k'
  int n=0,k;
            ^
/in/foo.c:32:7: error: 'k' undeclared (first use in this function)
  for( k=0;k<M;k++)
       ^
/in/foo.c:32:7: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:32:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for( k=0;k<M;k++)
  ^~~
/in/foo.c:39:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   return n;
   ^~~~~~
/in/foo.c: In function 'findmax':
/in/foo.c:44:2: warning: this 'for' clause does not guard... [-Wmisleading-indentation]
  for( k=0;k<N;k++)
  ^~~
/in/foo.c:51:3: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'for'
   return n;
   ^~~~~~

信息

递交者
类型
递交
题目
4-5 有几个鞍点
语言
C
递交时间
2019-01-16 13:07:38
评测时间
2019-01-16 13:07:38
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes