Ответы
Ответ дал:
0
using namespace std;
int _tmain(int argc, _TCHAR* argv[])
{
double a;
cin >> a;
cout << "S = " << a * a * 6 << endl;
system("pause");
return 0;
}
int _tmain(int argc, _TCHAR* argv[])
{
double a;
cin >> a;
cout << "S = " << a * a * 6 << endl;
system("pause");
return 0;
}
Вас заинтересует
8 лет назад
10 лет назад
10 лет назад