摘要: // singal.cpp : Defines the entry point for the console application.//#include "stdafx.h"#include "iostream"using namespace std;int main(int argc, char* argv[]){// printf("Hello World!\n"); char a[100]; cout>a; cout<<"输入的串是:"<<a<<endl; for 阅读全文
posted @ 2013-10-03 08:59 呱呱老师 阅读(907) 评论(0) 推荐(0)