lab4 

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> using namespace std; int main() { setlocale(LC_ALL, "ru"); int a, b, c; cout << "Введите 3 числа" << endl; cin >> a >> b >> c; if (a + b > 0 || a + c > 0 || b + c > 0) { cout << "Сумма положительна" << endl; } else { cout << "Сумма отрицательная" << endl; } return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines