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