📄 红蓝绿.cpp
字号:
/***********************
软件工程2002级3班
靳国荣
学号:20026235
***********************/
#include <iostream.h>
#include <string.h>
#include <stdlib.h>
#include "randint.h"
#include "rect.h"
#include "label.h"
#include "Element.h"
#include "Guess.h"
#include "Response.h"
#include "RYG.h"
using namespace std;
int ApiMain() {
RYG Game;
Game.Play();
return 0;
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -