#include <iostream> using namespace std; int main() { cout << "turn off the light."; cout << "turn off the light."; cout << "turn off the light."; return 0; }