/ Vijos /

记录详情

Compile Error

/in/foo.c: In function 'main':
/in/foo.c:29:6: error: 'i' undeclared (first use in this function)
  for(i=1;i<=n;i++)
      ^
/in/foo.c:29:6: note: each undeclared identifier is reported only once for each function it appears in
/in/foo.c:31:7: error: 'j' undeclared (first use in this function)
   for(j=1;j<=n;j++)
       ^
/in/foo.c:70:23: warning: format '%d' expects argument of type 'int', but argument 2 has type 'int *' [-Wformat=]
  printf("边长为:%d",&side);
                       ^

信息

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