首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴王小行的代码贴C语言
#include <stdio.h> 
#include <math.h> 
int count=0; 
void empress(int *position) 
{
int i,j,flag;
while(position[8]!=1)
{
++position[0];
for(i=0;i<8;++i)
{
if(position[i]==8)
......................
阅读全部 | 2013年6月23日 10:08
1
王小行