g++ -std=c++17 -Wall -Werror -Weffc++ -pedantic -fsanitize=address getEvenNums.cpp
This is the error I am getting after trying to compile. I am using windows.