Код: Выделить всё
#include
using namespace std;
int main()
{
int age;
char name;
cout age >> name;
cout
Подробнее здесь: [url]https://stackoverflow.com/questions/65111594/why-does-only-first-letter-gets-printed-of-name[/url]Код: Выделить всё
#include
using namespace std;
int main()
{
int age;
char name;
cout age >> name;
cout
Подробнее здесь: [url]https://stackoverflow.com/questions/65111594/why-does-only-first-letter-gets-printed-of-name[/url]