#include #define MERET 3 typedef double Ttomb[MERET]; int main() { Ttomb tomb = {3.7, 5.2, 2.8}; printf("%f\n", tomb[0]); }