#include #include "Y.h" using namespace std; int main() { Y y(3); cout << y.i << ' ' << y.j << endl; return 0; }