Задания 79.R

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> #include <cmath> using namespace std; int main() { float a, b, c; cin >> a >> b >> c; a *= (a >= 0) ? a : pow(a, 3); b *= (b >= 0) ? b : pow(b, 3); c *= (c >= 0) ? c : pow(c, 3); cout << a << " " << b << " " << c; return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines