Home > Back-end >  Output less than the input string a (C)
Output less than the input string a (C)

Time:10-06

# include "stdafx. H"
#include
#include
#include
#include
using namespace std;

Int _tmain (int arg c, _TCHAR * argv [])
{
Vector StrV;
String STR.
While (cin. The get ()!=(EOF)
{
cin> STR;
StrV. Push_back (STR);
Auto b=strV. The begin ();
Cout<* b}
}
The code shown above
The result shown, CSDN for input string, SDN as output string, the first character to guide hair gone for a great god ah grateful

CodePudding user response:

The first character cin. When the get () to read, cin> STR began from the second character
  • Related