提交时间:2026-05-19 20:14:54
运行 ID: 441403
#include<bits/stdc++.h> using namespace std; int main(){ for(int i=1;i<=3;i++){ cout<<"turn off the light."; } return 0; }