lab4(71)

Run Settings
LanguageC++
Language Version
Run Command
#include <iostream> using namespace std; int main() { int x, a, b, c; cin>>x; a = x/100; b = (x%100)/10; c = x%10; if(a+b == b+c) { cout<<"Число является палиндромом."; } else { cout<<"Число не является палиндромом."; } return 0; }
Editor Settings
Theme
Key bindings
Full width
Lines