0
Помогите решить задачу
Практика с дистанцией корабля
5 Answers
+ 2
Hello there!
Could you please add your attempt/code so that the community can help you more easily? Thanks :)
Привет!
Не могли бы вы добавить вашу попытку / код, так что сообщество может помочь вам легче? Спасибо :)
https://www.sololearn.com/Discuss/333866/?ref=app
+ 1
Спасибо
0
int distance = 0;
int y = 40;
int x = 5;
for (distance = 0;y = 40; x = 5 )
{cout << distance << endl;
0
Вообще не пойму как
0
int distance = 0;
//your code goes here
int speed = 40;
for (int hour = 1; hour <= 5; ++hour)
{
distance += 1 * speed;
cout<<distance<<endl;
}