-
Вопрос по информатике:
Даны два целых числа: D (день) и M (месяц), определяющие
правильную дату. Вывести знак Зодиака, соответствующий этой
дате: «Водолей» (20.1–18.2), «Рыбы» (19.2–20.3), «Овен» (21.3–
19.4), «Телец» (20.4–20.5), «Близнецы» (21.5–21.6), «Рак» (22.6–
22.7), «Лев» (23.7–22.8), «Дева» (23.8–22.9), «Весы» (23.9–22.10),
«Скорпион» (23.10–22.11), «Стрелец» (23.11–21.12), «Козерог»
(22.12–19.1).
помогите с блок-схемой к этой программе (СИ) ДАЮ МАКСИМУМ БАЛЛОВ-
Автор:
bartlett
-
-
#inclued<bits/stdc++.h>
using namespace std;
int main()
{int d,m;
cin>>d>>m;
if (m==1)
{if (d>=20)
cout<<"vodoleey";
else cout<<"kozerog";}
if (m==2)
{if (d>=19)
cout<<"ribi";
else cout<<"vodoley";}
if (m==3)
{if (d>=21) cout<<"oven";
else cout<<"ribi";}
if (m==4)
{if (d>=20)
cout<<"telec";
else cout<<"oven";}
if (m==5)
{if (d>=21)
cout<<"blizneci";
else cout<<"telec";}
if (m==6)
{if (d>=22)
cout<<"rac";
else cout<<"blizneci";}
if (m==7)
{if (d>=23)
cout<<"lev";
else cout<<"rac";}
if (m==8)
{if (d>=23)
cout<<"deva";
else cout<<"lev";}
if (m==9)
{if (d>=23) cout<<"vesi";
else cout<<"deva";}
if (m==10)
{if (d>=23)
cout<<"scorpion";
else cout<<"vesi";}
if (m==11)
{if (d>=23)
cout<<"strelec";
else cout<<"scorpion";}
if (m==12)
{if(d>=22)
cout<<"kozerog";
else cout<<"strelec";}
return 0;
}
-
Вопрос по русскому языку:
как можно красиво описать ночной дождь?
(Как-то литературно)-
Ответов: 4
-
5 лет назад
-
-
Вопрос по русскому языку:
Тот, кто шагает в ногу с жизнью, никогда не прекращает учиться. Компетентный инженер постоянно поддерживает свои знания на современном уровне. Хороший спортсмен всегда следит за достижениями в своем виде спорта. Любой профессионал имеет под ругой набор определенных книг и трудов и прибегает к их помощи.
Существуют способы, дающие возможность учиться по-настоящему и с пользой применять приобретенные знания. Для этого необходим знающий преподаватель и/или учебник, составленный компетентными людьми. Необходимо также всякий раз уяснять для себя смысл непонятных слов, пользоваться дополнительными источниками и иметь общее представление о предмете; уметь замечать ложную информацию и отделять ее от правдивой, учитывая то, что в данный момент правда для Вас. Конечным результатом будет уверенность и потенциальная компетентность. Им может быть замечательный и по-настоящему полезный опыт, подобный опасному восхождению на гору, когда перед человеком пробившимся сквозь густые заросли на склонах и добравшимся, наконец, до вершины, открывается вдруг прекрасный, широкий, новый мир.
Определите пожалуйста тип текста и сделайте синтаксический разбор всех предложений-
Ответов: 1
-
5 лет назад
-
-
Вопрос по английскому языку:
ПОМОГИТЕ С АНГЛИЙСКИМ, ПОЖАЛУЙСТА!
Заполните пропуски в тексте, выбрав из предложенных слов и выражений, подходящие по смыслу:
bonnet, boot, check, deckchair, delayed, departure lounge, ferry, flight, garage, mechanic, passengers, run out, train
Yesterday John was supposed to take a 1____________________ from London to Paris. He got up very early, put his luggage in the 2___________________ of his car and tried to start the engine. It wouldn’t start. John lifted the 3___________________ but he couldn’t see what the matter could be. He immediately called his local 4______________________ to ask them to send a 5______________________ at once. Fortunately, the garage had a man free and he was with John within ten minutes. He quickly saw what the matter was. ‘You’ve 6_____________________ of petrol’, he said. John felt very foolish. ‘Why didn’t I 7______________________ everything last night?’ he wondered.
Despite all this, he got to the airport, checked in quite early and then went straight through to the 8______________________ to read a newspaper while he waited. Soon he heard an announcement. ‘Passengers on flight BA 282 to Paris are informed that all flights to and from Paris are 9______________________ because of a heavy snowfall last night.’
‘If only I had decided to go by 10______________________’, John thought. ‘It would probably have been quicker in the end and even if I sometimes feel sick on the 11______________________ across the Channel, it can be quite pleasant sitting in a 12______________________ on the deck, watching the seagulls and the other 13______________________. The galleys on a ship seem to produce much better food than those on an aircraft too.’
-
Ответов: 2
-
5 лет назад
-
-
Вопрос по английскому языку:
ПОМОГИТЕ С АНГЛИЙСКИМ, ПОЖАЛУЙСТА!
Заполните пропуски в предложениях, выбрав из предложенных слов и выражений подходящие по смыслу:
bumpy flight, cut-price fares, luggage rack, serviced,
change trains, economy class, more economical, skidded, collided with, get a lift, on board, speed limit, commute, reclining seats, unavoidably delayed
1. Those cars must be breaking the ______________________! Look at how fast they’re going!
2. As the cruise progressed, life ______________________ soon settled down to a comfortable routine.
3. Put your suitcase up on the ______________________ out of the way.
4. The travel agency are offering _______________ to destinations all over the USA.
5. There was a line of hitch-hikers all hoping to ______________________.
6. You’d better have your car ______________________ before you go on holiday.
7. Although the coach had ______________________ and air-conditioning, I still had difficulty getting to sleep.
8. She chose the smaller car because it was ______________________ on petrol.
9. It was such a ______________________ that at one point the cabin crew had to stop serving dinner and fasten their seatbelts.
10. As I ______________________ to work every day, I’ve bought a season ticket.
11. The coach ______________________ on some oil and overturned.
12. The flight has been ______________________ due to bad weather.
13. We had to ______________________ at a tiny station in the middle of nowhere.
14. When you fly ______________________, you don’t get so much leg room.
15. One car had ______________________ another and they needed heavy lifting equipment to pull them apart.
-
Ответов: 1
-
5 лет назад
-