kristeisha871
?>

Сор ивт 7 класс 1 сор 1 четверть​

Информатика

Ответы

kmr495270
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;
}
elav20134518
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;
}

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

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

Сор ивт 7 класс 1 сор 1 четверть​
Ваше имя (никнейм)*
Email*
Комментарий*

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

Wunkamnevniki13438
korj8
Шмидт Ирина
АлександровнаВладлен243
ielienakozlova696
tsypant
AlekseiMardanova
nebo2020
vkaloshin
vdk81816778
козлов
optikmir
ogofman
mishink535
srkushaev