Compile Error

foo.cc: In function 'int main()':
foo.cc:11:8: error: 'x1' was not declared in this scope; did you mean 'x'?
   11 |  while(x1<x)
      |        ^~
      |        x
foo.cc:10:6: warning: unused variable 'i' [-Wunused-variable]
   10 |  int i=2;
      |      ^
[Hydro](https://hydro.ac)提供评测服务

信息

递交者
类型
递交
题目
P1038 完数
语言
C++
递交时间
2022-07-10 08:55:22
评测时间
2022-07-10 08:55:22
评测机
分数
0
总耗时
0ms
峰值内存
0 Bytes