0_0_27656028_24279.cpp:3:1: error: expected unqualified-id before '{' token
{
^
0_0_27656028_24279.cpp:7:2: error: 'Milk' does not name a type
}Milk;
^
0_0_27656028_24279.cpp:8:1: error: 'Milk' does not name a type
Milk milk[101];
^
0_0_27656028_24279.cpp: In function 'int main()':
0_0_27656028_24279.cpp:20:14: error: 'milk' was not declared in this scope
scanf("%s",&milk[i].Brand);
^
0_0_27656028_24279.cpp:33:7: error: 'cheapest' was not declared in this scope
if(cheapest>milk[i].ratio)
^
0_0_27656028_24279.cpp:46:20: error: 'milk' was not declared in this scope
printf("%s\n",milk[mark].Brand);
^
|