为嘛0分

wc123 2025-11-18 19:45:13 6

#include<bits/stdc++.h> using namespace std; int main(){ for(int i=1;i<=12;i++){ cout<<"老狼老狼几点钟? "<<i<<"点钟。"<<endl; } cout<<"狼来了,快跑!"; return 0; }

{{ vote && vote.total.up }}

共 1 条回复

root 站长

代码思路没问题,你的问号和空格漏掉了