/*
* sum_remnant_values.cpp
* Univeristy of Michigan, Ann Arbor
* EECS 281 F20E1 Q26.
* SUBMIT ONLY THIS FILE TO GRADESCOPE.
*/
#include
using std::vector;
int sum_remnant_values(const vector
// TODO: Write the function
// TODO: Return the sum of the remnants (elements that cannot be removed)
} // sum_remnant_values()