What happens when you attempt to compile and run the following code?
#include
#include
#include
#include
#include
using namespace std;
int main(){
int t[] ={ 3, 4, 2, 1, 6, 5, 7, 9, 8, 0 };
vector
map
for(vector
stringstream s; s<<*i<<*i; m.insert(pair
}
for(map
cout<<*i<<" ";
}
return 0;
}
Carmen
3 days agoJanet
5 days ago