⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 air_traffic.cpp

📁 airtraffic controller
💻 CPP
字号:
# include<stdio.h>
# include<dos.h>
# include<process.h>
# include<iostream.h>
# include<conio.h>
# include<string.h>

# define size 10
# define infinity 9


int a[size][size];
int m[size][size];
int i,j,k;
int n;
int i1,j1,temp,size1;
char src,dstn,ch;
char stn[10];

void acknow();
void Input ();
void Short ();
void Output ();


/* acknowlwdge function */

void acknow()
{
 clrscr();
 int r1,g1;
 for(g1=1;g1<6;g1++)
 {
  for(r1=1;r1<10;r1++)
  {
   gotoxy(r1,2);
   textcolor(r1);
   cprintf("

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -