с+++ не знаю, сделал на c++
#include <iostream>
#include <cmath>
using namespace std;
int main() {
double x, n;
cin >> x >> n;
cout << 2 * cos(x - n / 6) / 0.5 + pow(sin(x), 2);
return 0;
}
с+++ не знаю, сделал на c++
#include <iostream>
#include <cmath>
using namespace std;
int main() {
double x, n;
cin >> x >> n;
cout << 2 * cos(x - n / 6) / 0.5 + pow(sin(x), 2);
return 0;
}