用c语言实现josephus环问题
#include#include#defineNULL0#includetypedefstructLnode{intdata;structLnode*next;}joseph;
下载地址
用户评论