#include <iostream> int main() { std::cout << "Deus Caritas Est!" << std::endl; std::cin.get(); return 0; }