2025-05-08 12:01:17 +08:00

8 lines
94 B
C++

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