(觉的有用就赞)
2025-08-05 19:27:45
发布于:广东
0阅读
0回复
0点赞
#include<bits/stdc++.h>
using namespace std;
int main(){
cout<<"sheep_go"<<endl;
cout<<"nothing_come"<<endl;
cout<<"wolf_go"<<endl;
cout<<"sheep_come"<<endl;
cout<<"vegetable_go"<<endl;
cout<<"nothing_come"<<endl;
cout<<"sheep_go"<<endl;
cout<<"succeed"<<endl;
cout<<"sheep_go"<<endl;
cout<<"nothing_come"<<endl;
cout<<"vegetable_go"<<endl;
cout<<"sheep_come"<<endl;
cout<<"wolf_go"<<endl;
cout<<"nothing_come"<<endl;
cout<<"sheep_go"<<endl;
cout<<"succeed";
}
这里空空如也
有帮助,赞一个