首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴拉拉面的代码贴全部
#include<stdio.h>
#include<windows.h>
#include<stdlib.h>
#include<time.h>
#include<conio.h>
#include<math.h>
#include<algorithm>
#define KEY_DOWN(VK_NONAME) ((GetAsyncKeyState(VK_NONAME) & 0x8000) ? 1:0)
void sxy(int x,int y);
void rand_start(int n);
int ate();
int rbh(int s,int e);
......................
阅读全部 | 2018年10月6日 22:17
1
拉拉面