Run id: 157344

Main.cc: In function 'int main()':
Main.cc:8:4: error: 'cin' was not declared in this scope
    cin >> x >> a >> b >> c >> d;
    ^
Main.cc:12:4: error: 'cout' was not declared in this scope
    cout << fixed << setprecision(5) << result << endl;
    ^
Main.cc:12:50: error: 'endl' was not declared in this scope
    cout << fixed << setprecision(5) << result << endl;
                                                  ^
Main.cc:14:12: error: expected '}' at end of input
    return 0;
            ^