#include<fstream> using namespace std; ofstream fout("house.out"); int main() { fout<<"Poor Z4!"<<endl; return 0; }