lab4(135b)

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> using namespace std; int main() { int a; int b; int c; cin>>a>>b>>c; if (a<b && a>c){ cout<<"Неравенство выполняется"; }else{ cout<<"Неравенство не выполняется"; } return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines