#include "problem1.h" #include "problem2.h" int main() { problem_1(); problem_2(); }