记录详情

Compile Error

foo.c:2:1: warning: return type defaults to 'int' [-Wimplicit-int]
 main()
 ^~~~
foo.c: In function 'main':
foo.c:14:5: error: expected expression before '}' token
     }
     ^
foo.c:15:11: warning: format '%d' expects argument of type 'int', but argument 2 has type 'int *' [-Wformat=]
  printf("%d",&a[j]);
          ~^  ~~~~~
          %ls
foo.c:5:12: warning: variable 'n' set but not used [-Wunused-but-set-variable]
  int i,j,m,n;
            ^
foo.c:5:10: warning: unused variable 'm' [-Wunused-variable]
  int i,j,m,n;
          ^
foo.c:8:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
  scanf("%d",&a[i]);
  ^~~~~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
比赛
2021年中北算法竞赛队招新测试
语言
C
递交时间
2021-10-24 15:29:02
评测时间
2021-10-24 15:29:02
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes