#include <conio.h>
#include <iostream.h>
#include <stdio.h>
void main()
{
int a,b,c,d,e,f,g,h;
cout << " PROGRAM BY TRY PW "<<endl;
cout <<endl;
cout << "============================" <<endl;
cout << " GESREK MINI MARKET" <<endl;
cout << "============================" <<endl;
cout << "1. Beras : Rp. ";cin>>a;
cout << "2. Terigu : Rp. ";cin>>b;
cout << "3. Minyak Goreng : Rp. ";cin>>c;
cout...