#include <iostream> using namespace std; int main() { double x; x = 6880 * 0.15 / 0.96; cout << x; return 0; }