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