#include<bits/stdc++.h> using namespace std; int main(){ for(int i=1;i<=3;i++){ cout<<"turn off the light."; } return 0; }