#include #include "placental.h" using namespace std; int main() { placental p(10, 20, 30, 40); return EXIT_SUCCESS; }