class bakadomo {
private:
char* level;
public:
bakadomo() {
printf("orezと達人は");
setLevel(" バカ。");
out();
}
void setLevel(char *str) {
level = str;
}