/ 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:43:6: warning: unused variable 'j' [-Wunused-variable]
   43 |  int j;
      |      ^
foo.c:42:6: warning: unused variable 'i' [-Wunused-variable]
   42 |  int i;
      |      ^
[Hydro](https://hydro.ac)提供评测服务

信息

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