1 2 3 4 5 6
#pragma once #include <fstream> #include <iostream> long int stdin_to_file(const std::string& filename);