#include <iostream>
#include "practice_1.h"
int main(int argc, char **const argv) {
PRACTICE::Practice1();
return 0;
}