Пример №135 (а)

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> #include "cmath" using namespace std; int main () { float a,b,c; cin >> a; cin >> b; cin >> c; if ((b>a) && (a>c)) { cout << "True"; } else{ cout << "False"; } return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines