Description
统计给定的n个数中,负数、零和正数的个数
Input
输入数据有多组,每组占一行,每行的第一个数是整数n(n
Output
对于每组输入数据,输出一行a,b和c,分别表示给定的数据中负数、零和正数的个数。
Sample Input
6 0 1 2 3 -1 05 1 2 3 4 0.50
Sample Output
...
分类:
其他好文 时间:
2015-08-31 10:15:26
阅读次数:
233
A -
A Simple Task
Time Limit:1000MS Memory Limit:131072KB 64bit IO Format:%lld & %llu
SubmitStatusPracticeHUST
1341
Description
As is known to all, lots of birds are living in HUST. ...
分类:
其他好文 时间:
2015-08-30 23:13:57
阅读次数:
310
C - Coil Judge
Time Limit:1000MS Memory Limit:131072KB 64bit IO Format:%lld
& %llu
SubmitStatusPracticeHUST
1343
Description
Mortal Coil is a very popular game in the past few months...
分类:
其他好文 时间:
2015-08-30 23:11:07
阅读次数:
186
G - Reverse Number
Time Limit:1000MS Memory Limit:131072KB 64bit IO Format:%lld & %llu
SubmitStatusPracticeHUST
1347
Description
Given a non-negative integer sequence A with length N, ...
分类:
其他好文 时间:
2015-08-30 23:09:17
阅读次数:
247
悼念512汶川大地震遇难同胞——珍惜现在,感恩生活
Time Limit: 1000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 19574 Accepted Submission(s): 8285
Problem Description
急!灾...
分类:
其他好文 时间:
2015-08-29 12:46:59
阅读次数:
285
Machine Schedule
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 65536/32768 K (Java/Others)
Total Submission(s): 7056 Accepted Submission(s): 3537
Problem Description
As we all kno...
分类:
系统相关 时间:
2015-08-29 12:39:12
阅读次数:
221
Warcraft III
Time Limit: 10000 MS
Memory Limit: 65536 K
Total Submit: 587(194 users)
Total Accepted: 260(173 users)
Rating:
Special Judge: No
Description
...
分类:
其他好文 时间:
2015-08-29 11:13:59
阅读次数:
195
Bone Collector
Time Limit: 2000/1000 MS (Java/Others) Memory Limit: 32768/32768 K (Java/Others)
Total Submission(s): 40414 Accepted Submission(s): 16794
Problem Description
Many years ag...
分类:
其他好文 时间:
2015-08-28 21:40:02
阅读次数:
230
Girls and Boys
Time Limit: 5000MS
Memory Limit: 10000K
Total Submissions: 11141
Accepted: 4983
Description
In the second year of the university somebody started a study...
分类:
其他好文 时间:
2015-08-27 18:45:21
阅读次数:
157
任何一个数都可以分解成素数乘积,利用着这性质就可以把 N! 保存在一个数组 arg[i] 里面,arg[i] 保存的是 i 的幂。素数可以直接线性打表, 主要的问题就是要求出 arg[i] 数组:...
分类:
其他好文 时间:
2015-08-27 18:40:47
阅读次数:
153