#include struct ficha { int RA; int media; }; main () { struct ficha F; }