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