float max(float *a, int n);
float skalarni(float *a, float *b, int n);
extern float maxx(float **a, float *b, int n);
