Никак блин.Лол кек чебурек
#include <iostream>
#include <iomanip> // std::setprecision
int main()
{
unsigned int W,H,K,P;
unsigned long M;
float T;
std::cin >> W >> H >> K >> P >> M >> T;
unsigned int n = (W*H);
std::cout << (n = ((n / K) + !(!(n % K)))) << " ";
std::cout << (n = (n*P)) << std::endl;
std::cout << ((M-n > 0) ? "YES" : "NO") << std::endl;
std::cout << std::setprecision(4) << (float(n) / T) << std::endl;
return 0;
}
Формула будет иметь вид:
=ЕСЛИ(ИЛИ(x=-2;x=2);ABS(2-COS(x))^(1/3)/x^2;2*SIN(2*x/(x^2+8))^2)