OpenSUSE

导航

2009年12月21日 #

一个简单的输入与输出人机交互程序

摘要: 代码 Code highlighting produced by Actipro CodeHighlighter (freeware)http://www.CodeHighlighter.com/--1/*23* 编译器:  VC++6.045* 类型: C语言67*/8正确方法一:9#include<stdio.h>1011intmain(void)12{13charn[20];/... 阅读全文

posted @ 2009-12-21 18:38 OpenSUSE 阅读(345) 评论(1) 推荐(0) 编辑