#include #include "header.h" using namespace std; int main() { f1(); f2(); return EXIT_SUCCESS; }