C語言小遊戲系列--猜數字(親測,簡單易懂)

#include<stdio.h> #include<iostream> #include<algorithm> #include<time.h> using namespace std; int main() { int n; int number; srand((unsigned)time(NULL)); //產生隨機數。 number=rand()%100;
相關文章
相關標籤/搜索