Time Exceeded
/in/foo.cc: In function 'int main()':
/in/foo.cc:8:2: warning: this 'while' clause does not guard... [-Wmisleading-indentation]
  while(x!=0);
  ^~~~~
/in/foo.cc:9:2: note: ...this statement, but the latter is misleadingly indented as if it is guarded by the 'while'
  {
  ^
/in/foo.cc:6:8: warning: unused variable 'y' [-Wunused-variable]
  int x,y,sum=0;
        ^
  信息
- 递交者
 - 类型
 - 递交
 - 题目
 - P1034 完数
 - 语言
 - C++
 - 递交时间
 - 2021-12-04 10:27:18
 - 评测时间
 - 2021-12-04 10:27:18
 - 评测机
 
- 分数
 - 0
 - 总耗时
 - ≥2000ms
 - 峰值内存
 - ≥376.0 KiB