#include 
#include 

int main(){
int h, w, l, a1, a2, a3, t, x, finalstinkinnumber;
int p;
cout<<"What is the cost of the paint?\n";
cin>>p;
cout<<"What is the height?\n";
cin>>h;
cout<<"What is the length?\n";
cin>>l;
cout<<"What is the width?\n";
a1=2*8*l;
a2=2*8*w;
a3=2*l*w;
t=a1+a2+a3;
x=t/250;
finalstinkinnumber=p*x;
cout<<"The cost of the paint will be "<

    Source: geocities.com/vrsplace/progs

               ( geocities.com/vrsplace)