#define _GLIBCXX_DEBUG #include using namespace std; int main() { double ans = 2021.0; ans *= (19/47 + 28/43); ans /= 27; cout << ans << endl; }