提交时间:2025-09-20 09:47:06
运行 ID: 350039
#include<iostream> using namespace std; int main(){ for(int i=1;i<=3;i++) cout<<"turn off the light." ; return 0; }