-
personNum
今年计算机学院研究生入学复试分多个小组。现在老师需要知道每组复试同学中男生和女生的人数。请你编写程序分别统计出男女生的总人数。
Input
输入的第一行是一个数t(0 < t < 10),表示有t组测试用例。
对于每组输入数据有两行,第一行是一个正整数n(1 < n < 1000),表示参加该组复试的总人数。接下来一行有n个整数(取值为0或1),0代表男生,1代表女生,整数间由一个空格隔开。
Output
对于每组测试用例,输出一行,由两个数组成,用一个空格隔开,分别表示男生和女生的总人数。
Sample Input
2
2
1 0
7
0 1 0 0 1 1 0
Sample Output
1 1
4 3
(Statistics person)
- 2014-12-31 10:33:15下载
- 积分:1
-
DFP
用matlab语言来实现DFP算法,源码中有例子(Matlab language used to achieve the DFP algorithm, there are examples of source)
- 2007-10-01 22:52:55下载
- 积分:1
-
psk---xinshetu
实现M=4,8 PSK星设图
M=4的PSK系统,分别取信噪比为odB、10dB和20dB,在星座图上观察接收端接收到的信号向量。(achieve M = 4,8 PSK-based map of M = 4 PSK system, the signal-to-noise were taken odB. 10dB and 20dB, in the constellation observation receiving termination received signal vector.)
- 2007-06-01 13:06:44下载
- 积分:1
-
EDFFC
FOR HELP AND DOCUMENT FOR POWER FCD C
- 2015-03-06 20:31:40下载
- 积分:1
-
wanggetu
利用Matlab及施工过程中采集的点云数据绘制网格图(Point cloud data collected in the use the Matlab and construction process to draw the grid map)
- 2013-05-12 19:08:58下载
- 积分:1
-
bp
说明: matlab的神经网络,可以用来预测,分类(matlab neural network can be used to predict classification)
- 2013-10-15 21:12:58下载
- 积分:1
-
erweizhi
简单的画直线、画图像、画形状程序,matlab源代码,简单实用有内涵。。。(Simple painting line, image, drawing shapes procedures, matlab source code, simple and practical connotation. . .)
- 2013-10-25 19:25:14下载
- 积分:1
-
2upfc14bus
newton raphson using upfc
- 2014-02-11 15:06:46下载
- 积分:1
-
test
自己编写的偏最小二乘回归模型matlab程序,附带详细的说明。(Matlab partial least squares regression procedures, with detailed instructions.)
- 2017-07-04 15:58:59下载
- 积分:1
-
communication
<现代通信系统(第二版)>里面的所有Matlab程序!(Contemporary Communicaton Systems Using Matlab and Simulink(Second Edition))
- 2010-09-28 16:56:14下载
- 积分:1