natalia-shelkovich
?>

Закодировать фразу "добро ! " , чтобы она была понятна представителю любого народа.

Информатика

Ответы

travkinadjey31
1Использовать код морзе (минус в том не все знают)
lescha-77766
1)
#include <iostream>
#include <math.h>

using namespace std;

int main() {
 int a;
 cin >> a;
 int d = a%10;
 string s = "yes";
 while(abs(a) > 0) {
   if(a%10 != d) {
     s = "no";
     break;
   }
   a/=10;
  }
  cout << s << endl;
}
2)
#include <iostream>
#include <math.h>

using namespace std;

int main() {
 int a;
 cin >> a;
 int d = a%10;
 a/=10;
 string s = "no";
 while(abs(a) > 0) {
  if(a%10 == d) {
    s = "yes";
    break;
  }
  d = a%10;
  a/=10;
  }
  cout << s << endl;
}
ledlenta751
1)
#include <iostream>
#include <math.h>

using namespace std;

int main() {
 int a;
 cin >> a;
 int d = a%10;
 string s = "yes";
 while(abs(a) > 0) {
   if(a%10 != d) {
     s = "no";
     break;
   }
   a/=10;
  }
  cout << s << endl;
}
2)
#include <iostream>
#include <math.h>

using namespace std;

int main() {
 int a;
 cin >> a;
 int d = a%10;
 a/=10;
 string s = "no";
 while(abs(a) > 0) {
  if(a%10 == d) {
    s = "yes";
    break;
  }
  d = a%10;
  a/=10;
  }
  cout << s << endl;
}

Ответить на вопрос

Поделитесь своими знаниями, ответьте на вопрос:

Закодировать фразу "добро ! " , чтобы она была понятна представителю любого народа.
Ваше имя (никнейм)*
Email*
Комментарий*

Популярные вопросы в разделе

Сорокина-Светлана
ВСЕ НЕ НАд Я ВСЕ ПОНЯЛ БЕЗ ВАС
Wlad967857
allaraygor
Ольга1520
soa8690
Zebra198383
vera-spicina
soclive7762
igevskoemuseumkec
SERGEI124
AkulovaAnastasiya
vladimirkirv
polina3mag
petrowich076813
bhg50