Question: #include #include using namespace std; int main ( ) { int numIntegers; cin > > numIntegers; vector integerVector ( numIntegers ) ; for ( int
#include
#include
using namespace std;
int main
int numIntegers;
cin numIntegers;
vector integerVectornumIntegers;
for int i ; i numIntegers; i
cin integerVectori;
for auto it integerVector.rbegin; it integerVector.rend; it
std::cout it;
if it integerVector.rend
cout ;
cout ;
return ;
This is the code im working with, everything outputs fine but the grading still gives me problems with the whitespace as seen in the screenshot
Step by Step Solution
There are 3 Steps involved in it
1 Expert Approved Answer
Step: 1 Unlock
Question Has Been Solved by an Expert!
Get step-by-step solutions from verified subject matter experts
Step: 2 Unlock
Step: 3 Unlock
