4lab(141)

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> #include <cmath> using namespace std; int main() { int a,b,c; cin >> a >> b >> c; if(a == b || b == c || a == c) cout << "Их рост одинаков"; else cout << "Их рост не одинаков"; return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines