#ifndef __C3P1_H__
#define __C3P1_H__

typedef struct wartosci {
	int liczba;
	int kwadrat;
	int szescian;
} wartosci;

#endif

