RPG角色生成器 c++

#include <iostream> #include <string> #include <time.h> #include <stdlib.h> #include <stdio.h> using namespace std; string array_race[5]={"人类","精灵","兽人","矮人","元素"}; string array_professional[6]={"狂战士
相关文章
相关标签/搜索