class TresSimple { int x; TresSimple(int x) { this.x = x; } }