#include "header.h" con conset(int a,int b,int c) { con count; count.f=a; count.df=b; count.ddf=c; return count; }