Изменил(а) на 'cv2/program.c'

This commit is contained in:
Oleksandr Hryshchenko 2021-11-09 11:13:58 +00:00
parent e850062ec2
commit 2033291145

View File

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