随笔分类 - 小游戏
摘要:#include <stdio.h> #include <graphics.h> #include <conio.h> #include <time.h> #include <string.h> #define window_length 500 #define window_high 500 #d
阅读全文
摘要:#include <stdio.h> #include <stdlib.h> //♥♠♤❤♂♀★☆☯✡☆★○●◎◇◆□■△▲ //4 是墙 //1 是人 //2 是箱子 //6 目的地 //0 路 //8 完成点 #define length 8 //地图长度 #define high 8 //地图
阅读全文
摘要:#include<iostream> using namespace std; int main() { srand((unsigned int)time(NULL)); int number; number=rand()%100; //生成0~99的数字; int guess_number; in
阅读全文

浙公网安备 33010602011771号