contract c { uint x; uint x_abc; constructor(uint _x, uint _abc) public { x=_x; x_abc=_abc; } }