Home > Back-end >  Short code why IO iterator to express the result is not the same as the first paragraph will ignore
Short code why IO iterator to express the result is not the same as the first paragraph will ignore

Time:11-06

# include
# include
# include
# include
using namespace std;


Int main ()
{

The vector a;
Istream_iterator in (cin), eof.
While (in!=(eof)
{
1 cout <* in++;


Cout <2 * in;
In++;
}


}
  • Related