Пример №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 ((a>b) && (c>a)) { cout << "True"; } else{ if ((a<b) && (c<a)){ } cout << "False"; } return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines