#include "MovingAverageStrategy.h"
#include <algorithm>
#include <numeric>
#include <vector>
#include <string>