编程介的小学生
2019-05-04 08:58分阶梯计算罪犯的刑期的问题的求解,怎么利用C语言的程序的代码的编写的实现呢?
Problem Description
Samuel,Former Zua leader,was arrested and had to stay in prison during the Spring Festival. He was in custody for money laundering and other cases.
According to the report,Samuelwas alleged to have embezzled 104 million New Zua dollars (3.15million)inpublicfunds,acceptedbribesofabout9 million in a land purchase deal, and taken a kickback of $2.7 million from a construction project.
Although Samuel is a smart lawyer,he was still arrested due to his illegal actions.
Now Samuel has a question for you:If you are given the legislations of Zua,can you tell how many years he stay in the prison?
The legislations of Zua are supposed as the following few lines:
Input
Input will contains 3 parts. There is an integer t in the first line meaning t test cases. Then the next line has 2 parts:n(represents the cases Samuel was accused with),s(a string with the length of n,only contains “0”,”1”.Here ‘0’means he was not accused with this case,and ‘1’means he was accused with this case ) .The next n lines have the numbers of New Zua dollars(the unit is million) he was accused with.
Output
According to the law,please output how many years Samuel will stay in the prison. Use the format”Samuel was accused with m case(s),and he will stay in the prison for c year(s).”Here m means the case number,c means the years he have to stay.
Sample Input
2
3
011
10 5 15
5
01101
1 10 10 100 31
Sample Output
Samuel was accused with 2 case(s),and he will stay in the prison for 5 year(s).
Samuel was accused with 3 case(s),and he will stay in the prison for 20 year(s).
- 点赞
- 回答
- 收藏
- 复制链接分享
0条回答
为你推荐
- 萌新求助:小程序代码的一个错误,可以告诉我那里错了吗?
- javascript
- 1个回答
- 各位大佬,我想问下这个问题怎样用python解决哇?
- python
- 1个回答
- MySQLi:如何排序制作阶梯
- php
- 1个回答
- python语言怎么实现随机数的排序,randon怎么排序呢
- 开发语言
- 2个回答
- java 多层嵌套问题!!
- 数据库
- java
- json
- 数据
- 5个回答