/ Vijos /

记录详情

Compile Error

foo.c: In function 'main':
foo.c:29:6: error: 'i' undeclared (first use in this function)
   29 |  for(i=1;i<=n;i++)
      |      ^
foo.c:29:6: note: each undeclared identifier is reported only once for each function it appears in
foo.c:31:7: error: 'j' undeclared (first use in this function)
   31 |   for(j=1;j<=n;j++)
      |       ^
foo.c:58:8: error: 'side_lenth' undeclared (first use in this function)
   58 |     if(side_lenth*side==sum)
      |        ^~~~~~~~~~
foo.c:70:23: warning: format '%d' expects argument of type 'int', but argument 2 has type 'int *' [-Wformat=]
   70 |  printf("边长为:%d",&side);
      |                      ~^  ~~~~~
      |                       |  |
      |                       |  int *
      |                       int
      |                      %ls
[Hydro](https://hydro.ac)提供评测服务

信息

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