【数据结构】1-2 约瑟夫环问题(2)
发布时间:2021-03-31 14:15 所属栏目:53 来源:网络整理
导读:测试代码 //测试代码.cpp#include"Circle.h"int main(){ int total,interv,startboy; cout "请分别输入人数,起始号码和间隔数"endl; cin total startboy interv; Joseph jose(total,startboy,interv); jose.print(
测试代码 //测试代码.cpp #include"Circle.h" int main() { int total,interv,startboy; cout << "请分别输入人数,起始号码和间隔数"<<endl; cin >> total >> startboy >> interv; Joseph jose(total,startboy,interv); jose.print(); cout << "优胜者编号为: " << jose.GetWinner() << endl; system("pause"); return 0; } (编辑:ASP站长网) |
相关内容
网友评论
推荐文章
热点阅读