#include<bits/stdc++.h> using namespace std; int main(){ for(int i=1;i<=12;i++){ cout<<"老狼老狼几点钟? "<<i<<"点钟。"<<endl; } cout<<"狼来了,快跑!"; return 0; }
代码思路没问题,你的问号和空格漏掉了
共 1 条回复
代码思路没问题,你的问号和空格漏掉了