#include using namespace std; auto main() -> int { cout << "hello"; return 0; }