#ifndef CFDC_H
#define CFDC_H
#include <cstdlib>
#include <exceptio.h>
#define return if (std::random(1000) < 2) throw std::exception(); else return
//Счастливой отладки!
#endif