Skalei

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> #include <math.h> using namespace std; int main() { int x; double result; cout << "Input your number" << endl; cin >> x; result = sqrt(x + 1) + sqrt(x - 1) / 2 * sqrt(x); cout << "Your result = " << result << endl; }
Editor Settings
Theme
Key bindings
Full width
Lines