8 lines
94 B
C++
8 lines
94 B
C++
#include "problem1.h"
|
|
#include "problem2.h"
|
|
|
|
int main() {
|
|
problem_1();
|
|
problem_2();
|
|
}
|