This commit is contained in:
Oleksandr Hryshchenko 2021-11-25 23:19:25 +00:00
parent 575e24cac9
commit d2625e1fe6

View File

@ -3,7 +3,7 @@
#include <stdlib.h>
#include <string.h>
#define SIZE 100 //колличество пицц
#define SIZE 100 //колличество пицц
struct dish{
char name[100];