You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
271 B
271 B
CCIoT Homework Lab 3
Slide 6
Problem
Try this out:
- Make a vector of pairs (ints);
- Sort the vector by the first element in the pair;
- Replace the odd pairs with zero on the second element;
Solution
See slide6.cpp.