typing of its82_3.cpp
来自「打字遊戲!Typing of the dead (console screen)」· C++ 代码 · 共 25 行
CPP
25 行
// << Typing of ITS8 >>
//
// Copyright(c) 2006 by Chau Man Fai Hayes
#include <stdio.h>
#include <stdlib.h>
#include <time.h>
#include <string.h>
#include "console_screen2.h"
#define STOPLINE 23
#define GAMECOUNT 5
#define GAMESPEED 40
inline void printGrade(int correctType, int wrongType, int win, int mark);
int correctType, wrongType, stage = 1;
int win, mark;
int i;
int main()
{
int nScrW, nScrH; //砞﹚跌怠
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?