Ответ на квиз
#новичкам
Напомню код:
std::string makeText()
{
std::string s = "Hello World!";
return s;
}
int main()
{
std::string t = makeText();
std::cout
#новичкам
Напомню код:
std::string makeText()
{
std::string s = "Hello World!";
return s;
}
int main()
{
std::string t = makeText();
std::cout