Răspuns :
Răspuns:
SUNT EINSTEIN SUNT EINSTEIN SUNT EINSTEIN
#include <iostream>
using namespace std;
int main()
{
int x;
cin >> x;
if (x % 10 == (x / 10) % 10)
cout << x + 1 << ' ' << x + 2;
else
if (x % 10 > (x / 10) % 10)
cout << x % 10;
else
cout << (x / 10) % 10;
return 0;
}
Coroană pls?