1.1

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> #include <math.h> using namespace std; int X,Y; double B; int main() { cout << "Введите X Y"; cin >> X >> Y; if (X>0) { B = X + ((Y)/(cos(X)-(X/3))); cout <<B; } else { cout<<"\nErorr"; } return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines