首页    新闻    小组    威客    人才    下载    博客    代码贴    在线编程    论坛
代码贴dreamfree的代码贴全部
// yasuo.cpp : Defines the entry point for the console application.
//

#include "stdafx.h"
#include<stdio.h>
#include<stdio.h>
#include<stdlib.h>
#include<string.h>
#define LEN 40
int main(int argc, char* argv[])
{
    FILE *in,*out;
......................
阅读全部 | 2012年12月20日 12:41
1
dreamfree