2014年8月7日

几个小题

摘要: 1、从一个数值连续的数组中,抽调n个元素,查找抽调的是哪几个#include "stdafx.h"#include using namespace std;int _tmain(int argc, _TCHAR* argv[]){ int a[100] = {0}; //抽掉3, 4, 57... 阅读全文

posted @ 2014-08-07 01:09 崔好好 阅读(252) 评论(0) 推荐(0)

导航