
Голубец
5 год назад
Пожалуйста посчитайте с написанием программы на С++Во вложении

ОТВЕТЫ

Norman Williamя
Oct 24, 2020
#include <iostream>
using namespace std;
int main()
{
int cups, plates, spoons;
cups=spoons=plates=20;
cout << "all: "<< cups+plates+spoons<< endl;
return 0;
}
using namespace std;
int main()
{
int cups, plates, spoons;
cups=spoons=plates=20;
cout << "all: "<< cups+plates+spoons<< endl;
return 0;
}
453
Смежные вопросы: