/ Vijos /

记录详情

Compile Error

foo.c: In function 'main':
foo.c:25:6: error: 'i' undeclared (first use in this function)
   25 |  for(i=1;i<=n;i++)
      |      ^
foo.c:25:6: note: each undeclared identifier is reported only once for each function it appears in
foo.c:27:7: error: 'j' undeclared (first use in this function)
   27 |   for(j=1;j<=n;j++)
      |       ^
foo.c:63:23: warning: format '%d' expects argument of type 'int', but argument 2 has type 'int *' [-Wformat=]
   63 |  printf("边长为:%d",&side_lenth);
      |                      ~^  ~~~~~~~~~~~
      |                       |  |
      |                       |  int *
      |                       int
      |                      %ls
foo.c:6:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
    6 |  scanf("%d",&n);
      |  ^~~~~~~~~~~~~~
foo.c:7:2: warning: ignoring return value of 'scanf', declared with attribute warn_unused_result [-Wunused-result]
    7 |  scanf("%d",&m);
      |  ^~~~~~~~~~~~~~
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1057 盖房子
语言
C
递交时间
2021-12-29 21:21:30
评测时间
2021-12-29 21:21:30
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes