an ancient greek legend, the uninvited wedding goddess of discord and strife eris threw a wedding table a golden apple, on which was written a single word - "the most beautiful". were on olympus hera, athena and aphrodite arguing who should own this apple. each of them was rightfully deserves to own an apple, and even zeus refused to be their judge. he took the apple, gave it to hermes and told to withdraw goddesses in the neighborhood of troy, mount olympus, where they had to decide the dispute son of king priam of troy, paris. hera promised paris power over the whole of asia, athena - the glory and victory, and aphrodite promised him in marriage elenu.uslyhav wonderful promise of aphrodite, paris gave the apple of paris ey.afrodita helped kidnap helen, wife of spartan king menelaus, which later was the cause of the trojan war .
1)
#include <iostream>
using namespace std;
int main()
{
setlocale(LC_ALL,"RUS");
const int t=2;
const int v1=60;
const int v2=15;
int s, s1, s2;
s1=v1*t;
s2=v2*t;
s=s1+s2;
cout<<"Они были на одинаковом расстоянии, равном "<<s2<<" км"<<endl;
cout<<"Расстояние от города до поселка = "<<s1+s2<<" км"<<endl;
system("pause");
return 0;
}
2)
#include <iostream>
using namespace std;
int main()
{
setlocale(LC_ALL,"RUS");
const int t1=2;
const int t2=4;
const int zarabotok=900;
int stavka, fee1, fee2;
stavka=zarabotok/(t1+t2);
fee1=stavka*t1;
fee2=stavka*t2;
cout << fee1 <<" рублей заработал первый рабочий"<< endl;
cout << fee2 <<" рублей заработал второй рабочий" << endl;
system("pause");
return 0;
}
ответ А даст большее количество страниц в поисковике, поскольку в контексте этого варианта затрагивается 3 объекта, каждый из которых имеет определённое количество информации о себе, по отдельности. Далее идёт вариант Г, поскольку в нём присутствуют 2 объекта, которые, в совокупности, дадут меньшее количество страниц в поисковике. Дальше, соответственно, варианты Б и В, потому что в обоих затрагивается 1 объект, лишь содержащий отдельные характеристики. В варианте Б затрагивается 2 свойства искомого объекта, которые, в частности, дадут большее количество страниц в поисковике, относительно варианта В.
ответ: АГБВ
an ancient greek legend, the uninvited wedding goddess of discord and strife eris threw a wedding table a golden apple, on which was written a single word - "the most beautiful". were on olympus hera, athena and aphrodite arguing who should own this apple. each of them was rightfully deserves to own an apple, and even zeus refused to be their judge. he took the apple, gave it to hermes and told to withdraw goddesses in the neighborhood of troy, mount olympus, where they had to decide the dispute son of king priam of troy, paris. hera promised paris power over the whole of asia, athena - the glory and victory, and aphrodite promised him in marriage elenu.uslyhav wonderful promise of aphrodite, paris gave the apple of paris ey.afrodita helped kidnap helen, wife of spartan king menelaus, which later was the cause of the trojan war .