-
讨论 (0)
这个用户还没有发布过讨论 -
贡献 (1)
-
递交 (4)
最近递交
状态 题目 递交者 时间 内存 语言 递交时间 P1098 合唱队形 largec4 0ms 0 Bytes C++ 2009-11-08 20:28:51 P1098 合唱队形 largec4 0ms 0 Bytes C++ 2009-11-08 20:19:45 P1098 合唱队形 largec4 0ms 0 Bytes C++ 2009-11-08 20:18:39 P1098 合唱队形 largec4 0ms 0 Bytes C++ 2009-11-08 20:13:55
个人简介
//P1024.cpp
#include
#include
using namespace std;
int Ms=0;
class Hp{
private:
int n,u;
int *x;
public:
Hp():n(Ms){
u=0;
x=new int[n+1];
};
~Hp(){
delete [] x;
};
Hp& Plus(Hp& b);
Hp& operator-=(Hp& b);
Hp& operator=(Hp& b);
Hp& operator=(string& str);
};
Hp& Hp::Plus(Hp& b){
for(int i=1;i=10){
x++;
x[i]-=10;
}
}
while(u0)u++;
else break;
}
return *this;
}
Hp& Hp::operator-=(Hp& b){
for(int i=1;i