#include <iostream>
#include <math.h>
using namespace std;
int main () {
int N, x;
float M;
cout<<"сколько всего мест?";
cin>>N;
cout<<"стоимость эконом класса";
cin>>x;
M=N*3/10;
cout<<(M*5/4)-N*x;
return o;
}
#include <iostream>
#include <math.h>
using namespace std;
int main () {
int N, x;
float M;
cout<<"сколько всего мест?";
cin>>N;
cout<<"стоимость эконом класса";
cin>>x;
M=N*3/10;
cout<<(M*5/4)-N*x;
return o;
}