Если нужен ввод, раскомментируйте объект ввода
#include
#include
#include
int main()
{
std::setlocale(LC_ALL, "Russian");
float
m = 2.f,
c = -1.f,
t = 1.2f,
b = 0.7f;
//std::cin >> m >> c >> t >> b;
std::cout
std::system("PAUSE >> void");
return 0;
}