#include <iostream>
int main(int argc, char *argv[]) {
std::cout << "AbstractFactory" << std::endl;
return EXIT_SUCCESS;
}