摘要: // test6.8.cpp : 定义控制台应用程序的入口点。//#include "stdafx.h"//题目1:一个运动员打靶,靶一共有十环,问该运动员打十次打中90环的可能性有多少种?#include <iostream>using namespace std;int sum;int store[10];void output(){ for (int i = 9;i>=0;... 阅读全文
posted @ 2010-06-08 18:46 熊健 阅读(412) 评论(0) 推荐(0)