Сколько единиц будет выведено на экран?
string s = "123456";
while ( s.length() > 0 )
{
s.erase ( 0, 2 );
cout << '1';
}
Please enter comments
Please enter your name.
Please enter the correct email address.
You must agree before submitting.

Answers & Comments


Copyright © 2024 SCHOLAR.TIPS - All rights reserved.