Bordo
?>

Надо превратить одно слово в другое, всякий рашид заменяя по одной букве: рота-полк, бант-коса ( за 4 слова бег-шаг, море-суша, миг-век (за 7 слов).

Информатика

Ответы

xachen
Рота-рома
полк-волк
бант-банк
коса-коза
бег-
шаг-маг
миг-мир
век-
бег и век не знаю
Alenachernika9111

#include <iostream> // header input/output streams

#include <fstream> // header для работы с файлами

using std::ifstream; // для работы с файлом input.txt

using std::ofstream; // для работы с файлом output.txt

using std::cin; // для работы cin

using std::cout; // для работы cout

using std::endl; // для работы перевода на новую строку endl

int main(){

ifstream in_file;  // input.txt

  ofstream out_file;  //output.txt

   try{

     in_file.open("input.txt");

     out_file.open("output.txt");

   }

  catch(std::exception& e){

     cout << e.what() << endl;

   }

  unsigned int a,b;

  in_file >> a >> b;

  unsigned int sum = a+b -1;

cout << sum;

  out_file << sum - a << ' ' << sum-b << endl;

}

shajmasha

#include <iostream> // header input/output streams

#include <fstream> // header для работы с файлами

using std::ifstream; // для работы с файлом input.txt

using std::ofstream; // для работы с файлом output.txt

using std::cin; // для работы cin

using std::cout; // для работы cout

using std::endl; // для работы перевода на новую строку endl

int main(){

ifstream in_file;

  ofstream out_file;

   try{

     in_file.open("input.txt");

     out_file.open("output.txt");

   }

  catch(std::exception& e){

     cout << e.what() << endl;

   }

  unsigned int a,b;

  in_file >> a >> b;

  unsigned int sum = a+b -1;

cout << sum;

  out_file << sum - a << ' ' << sum-b << endl;

}

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

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

Надо превратить одно слово в другое, всякий рашид заменяя по одной букве: рота-полк, бант-коса ( за 4 слова бег-шаг, море-суша, миг-век (за 7 слов).
Ваше имя (никнейм)*
Email*
Комментарий*

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

mantseva
ВостриковаСтародубцева1980
КараханянКусков
Хохлова Иванович
ВладимировичСтанислав
Коваль1974
tihonovrv477
suhovaab
Struev730
Васильев1028
helenavalenti2846
arnika-ooo1
nataljatchetvertnova
zoomagazinkotmatroskin
oldprince840