#pragma once class Ef { private: int x; public: Ef(); int get_x() const; };