首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴blueskiner的代码贴C语言
#include "stdafx.h"
#include "stdio.h"
#include "stdlib.h"
#include "math.h"
#include "time.h"
int _tmain(int argc, _TCHAR* argv[])
{
srand((int)time(NULL));
int i=0,sum=0,k=0,j=0,a=0,num=0,m=0;

for(i=1;i<101;i++)
{
......................
阅读全部 | 2013年12月18日 23:01
1
blueskiner