#include #define LINESIZE 100 struct pizza { float prize; char name[LINESIZE]; }; int main(){ }