240 发简信
IP属地:北京
  • 2018-10-19

    #include using namespace std; void isPerfectNum(int j) { int i;//定义一个 i变量,做为除数,除数从1到被除数...