#include #include struct ali { float a; float b; }; struct ali gh[20]; main(){int i=0 ; scanf("%f%f",&gh[i].a,&gh[i].b); getch(); return(0); }