首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴周蓓蓓的代码贴ABAP
# include<stdio.h>
# include<graphics.h>
# include<conio.h>
# include<stdlib.h>

#define SNAKE_NUM 500
enum DIR //表示蛇的方向
{
UP,
DOWN,
LEFT,
RIGHT,
......................
阅读全部 | 2024年6月18日 21:23
print(2+3)
阅读全部 | 2024年6月18日 21:22
#include<iostream.h>
#include<stdlib.h>
#include<math.h>
void index_29();
void yunsuan_29();
void yunsuan_29(){
}
void index_29()
{ system("cls");
int xuanxiang;
cout<<endl;
cout<<endl;
......................
阅读全部 | 2024年6月18日 21:16
1
周蓓蓓