问题及代码:
/*
*copyright (c) 2014,烟台大学计算机学院
*all rights reserved.
*文 件 名 : 大奖赛记分系统.cpp
*作 者 :冷基栋
*完成日期 :2015年3月5号
*版 本 号 :v1.0
*
*问题描述 :大奖赛记分系统
*输入描述 :选手人数,评委人数,选手得分
*程序输出 :选手最后得分,排名
*/
#in...
分类:
其他好文 时间:
2015-03-05 14:56:20
阅读次数:
143
问题及代码:
阅读教材7.3节,了解枚举类型的一般用法。阅读下面输出He先生买车方案的程序,理解使用枚举类型的意义。
/*
*Copyright (c)2014,烟台大学计算机与控制工程学院
*All rights reserved.
*文件名称:He先生买车方案.cpp
*作 者:冷基栋
*完成日期:2015年2月26日
*版 本 号:v1.0
*/
#include
using n...
分类:
其他好文 时间:
2015-02-26 23:03:57
阅读次数:
434
问题及代码:
读程序,写出函数的定义,注意其中枚举类型的用法
/*
*Copyright (c)2014,烟台大学计算机与控制工程学院
*All rights reserved.
*文件名称:点和距离.cpp
*作 者:冷基栋
*完成日期:2015年2月26日
*版 本 号:v1.0
*/
#include
#include
using namespace std;
enu...
分类:
其他好文 时间:
2015-02-26 23:03:46
阅读次数:
340
问题及代码:
运行下面的程序,并解释运行结果。
/*
*Copyright (c)2014,烟台大学计算机与控制工程学院
*All rights reserved.
*文件名称:点和距离.cpp
*作 者:冷基栋
*完成日期:2015年2月26日
*版 本 号:v1.0
*/
#include
using namespace std;
union un
{
int i;
...
分类:
其他好文 时间:
2015-02-26 21:44:17
阅读次数:
199
问题及代码:
设计函数,可以按指定的方式,输出一个平面点的对称点
下面给出枚举类型定义和main函数(测试函数),请写出output函数的实现。
/*
*Copyright (c)2014,烟台大学计算机与控制工程学院
*All rights reserved.
*文件名称:平面点.cpp
*作 者:冷基栋
*完成日期:2015年2月26日
*版 本 号:v1.0
*/
#includ...
分类:
其他好文 时间:
2015-02-26 20:21:01
阅读次数:
165
题目及代码
Problem Description
As we know, Big Number is always troublesome. But it's really important in our ACM. And today, your task is to write a program to calculate A mod B.
To make the problem ...
分类:
其他好文 时间:
2015-02-20 14:09:40
阅读次数:
345
问题及代码
Problem Description
Once again, James Bond is fleeing from some evil people who want to see him dead. Fortunately, he has left a bungee rope on a nearby highway bridge which he can use to esca...
分类:
其他好文 时间:
2015-02-20 14:08:40
阅读次数:
271
问题及代码
Problem Description
Ignatius bought a land last week, but he didn't know the area of the land because the land is enclosed by a parabola and a straight line. The picture below shows the area. ...
分类:
其他好文 时间:
2015-02-16 15:39:08
阅读次数:
150
问题及代码:
Problem Description
There are another kind of Fibonacci numbers: F(0) = 7, F(1) = 11, F(n) = F(n-1) + F(n-2) (n>=2).
Input
Input consists of a sequence of lines, each containing an intege...
分类:
其他好文 时间:
2015-02-16 14:21:25
阅读次数:
297
问题及代码
Problem Description
大家常常感慨,要做好一件事情真的不容易,确实,失败比成功容易多了!
做好“一件”事情尚且不易,若想永远成功而总从不失败,那更是难上加难了,就像花钱总是比挣钱容易的道理一样。
话虽这样说,我还是要告诉大家,要想失败到一定程度也是不容易的。比如,我高中的时候,就有一个神奇的女生,在英语考试的时候,竟然把40个单项选择题全部做错了!大家都学...
分类:
其他好文 时间:
2015-02-16 14:18:24
阅读次数:
165