#ifndef __EXAMPLE_H__ #define __EXAMPLE_H__ #include // Function to calculate the sum of values in an unordered_map int SumMapValues(const std::unordered_map &map); #endif // __EXAMPLE_H__