摘要:
#include<iostream> using namespace std; #define random()(rand()%100) class shuzi //shuzi类的功能是产生随机数 { public: int display() //调用display产生随机整数 { int num 阅读全文
posted @ 2016-03-05 21:35
LastWitchHunter
阅读(197)
评论(2)
推荐(0)