lab4(146)

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> #include <cmath> using namespace std; int main() { int a,b,n; a=1; cin >> n; b=n+a; cout << (b%2==0 ? "Сумма номеров всех квартир чётная" : "Сумма номеров всех квартир нечётная"); return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines