1002 - 【入门】记得关灯

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