3 条题解

  • -2
    @ 2026-8-5 15:07:51
    #include <iostream>
    using namespace std;
    
    int main() {
    cout<<"老狼老狼几点钟?1点钟。"<<endl;
    cout<<"老狼老狼几点钟?2点钟。"<<endl;
    cout<<"老狼老狼几点钟?3点钟。"<<endl;
    cout<<"老狼老狼几点钟?4点钟。"<<endl;
    cout<<"老狼老狼几点钟?5点钟。"<<endl;
    cout<<"老狼老狼几点钟?6点钟。"<<endl;
    cout<<"老狼老狼几点钟?7点钟。"<<endl;
    cout<<"老狼老狼几点钟?8点钟。"<<endl;
    cout<<"老狼老狼几点钟?9点钟。"<<endl;
    cout<<"老狼老狼几点钟?10点钟。"<<endl;
    cout<<"老狼老狼几点钟?11点钟。"<<endl;
    cout<<"老狼老狼几点钟?12点钟。"<<endl;
    cout<<"狼来了,快跑!"<<endl;
    
    
    	return 0;
    }
    
    
    

信息

ID
167
时间
1000ms
内存
64MiB
难度
3
标签
递交数
144
已通过
76
上传者