計算の中間データ
class Adder { int result; // この2つのメンバは計算した後はもういらない int lhs, rhs; };
使い終わったら realloc とかで縮めてしまっていい