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