#include int main() { double x; cout << "Parameter ? " << flush; fflush(stdout); // cout.flush(); cin >> x; return 0; }