#include <iostream>
using namespace std;

#define GAY(a,b) a ## b
#define PIDORAS(a,b) GAY(a,b)
#define public class PIDORAS(utekator, __LINE__) {public: PIDORAS(utekator, __LINE__)() { new int[100]; std::cout << "vasha pamyat' utekla" << std::endl; }}; PIDORAS(utekator, __LINE__) PIDORAS(pituh, __LINE__); public

class poteklo
{
public:
    poteklo()
    {

    }

    ~poteklo()
    {

    }
    
public:
    bool isPoteklo()
    {
        return true;
    }
};

int main(int argc, char *argv[])
{
    for (int i = 0; i < 10; i++) {
        volatile poteklo uteklo;
        
    }
    return 0;
}
