Compile Error

foo.cc: In function 'int main()':
foo.cc:24:13: error: 'x' was not declared in this scope
   for(int i=x;i<=n;i++)
             ^
foo.cc:13:8: warning: ignoring return value of 'int scanf(const char*, ...)', declared with attribute warn_unused_result [-Wunused-result]
   scanf("%d",&a[i]);
   ~~~~~^~~~~~~~~~~~

信息

递交者
类型
递交
题目
「一本通 1.2 例 2」Best Cow Fences
语言
C++
递交时间
2021-01-30 17:36:22
评测时间
2021-01-30 17:36:22
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes