Задача №142

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> #include "cmath" using namespace std; int main() { int x; cin >> x; if (x % 4 == 0) { cout <<"Год высокосный"; } else { cout <<"Год невысокосный"<< endl; } return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines