What happens when you attempt to compile and run the following code?
#include
#include
#include
#include
using namespace std;
int main(){
int second[] ={ 3, 4, 2, 1, 6, 5, 7, 9, 8, 0 };
string first[] = {"three", "four", "two", "one", "six","five", "seven", "nine","eight","zero"};
map
for(int i=0; i<10; i++) {
m.insert(pair
}
m[0]="ten";
m.insert(pair
for(map
cout<second<<" ";
}
return 0;
}
Gretchen
20 days agoBette
22 days agoStefanie
25 days agoPok
1 months agoCecily
15 days agoCecily
16 days agoAnnelle
1 months agoBarney
1 months agoAnnelle
1 months agoMarquetta
2 months agoSharen
Katlyn
3 days agoAzzie
4 days agoVivan
5 days agoDewitt
9 days agoLemuel
19 days agoEmerson
22 days agoJamal
25 days ago