At ACME Corp, the seller Robin is selling software like hotcakes. To sell the software, he arranges meetings all over the country. Of course, he always needs to travel there, and sometimes even stay the night. Other times, he decides that a hot dog on the way to a meeting counts as accommodation. Because Robin is very busy, he hasn't been able to file his job expenses this month. Eret, the accountant, told him that he could fix it for him, as long as he got the price of all the expenses along with the receipts. Robin did this but misheard him: He has provided a list of all expenses and incomes he has brought in last month, with incomes as positive integers and expenses as negative integers. Can you help Eret find out how much expenses Robin has paid for the last month? Input The input consist of two lines: One line with the integer N, and one line with N integers kį, representing the numbers Robin has written down. Output Output the sum of all the expenses Robin has paid for the last month. Limits . 0≤ N20 000 • -50 000 ≤k₂ ≤ 500 000 and k; #0

Database System Concepts
7th Edition
ISBN:9780078022159
Author:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Chapter1: Introduction
Section: Chapter Questions
Problem 1PE
icon
Related questions
Question
Sample Input 1
3
1 -2 3
Sample Input 2
5
129 44 394 253 147
Sample Input 3
10
-100 40000 -6500 -230 -18 34500
Sample Output 1
2
Sample Output 2
0
Sample Output 3
7398
E
E
Transcribed Image Text:Sample Input 1 3 1 -2 3 Sample Input 2 5 129 44 394 253 147 Sample Input 3 10 -100 40000 -6500 -230 -18 34500 Sample Output 1 2 Sample Output 2 0 Sample Output 3 7398 E E
Problem D
Job Expenses
<Hide
At ACME Corp, the seller Robin is selling software like hotcakes. To sell the
software, he arranges meetings all over the country. Of course, he always needs to
travel there, and sometimes even stay the night. Other times, he decides that a
hot dog on the way to a meeting counts as accommodation.
Because Robin is very busy, he hasn't been able to file his job expenses this
month. Eret, the accountant, told him that he could fix it for him, as long as he
got the price of all the expenses along with the receipts. Robin did this but
misheard him: He has provided a list of all expenses and incomes he has brought
in last month, with incomes as positive integers and expenses as negative
integers.
Can you help Eret find out how much expenses Robin has paid for the last month?
Input
The input consist of two lines: One line with the integer N, and one line with N
integers kį, representing the numbers Robin has written down.
Output
Output the sum of all the expenses Robin has paid for the last month.
Limits
. 0≤ N20 000
-50 000 ≤ k < 500 000 and k; # 0
Transcribed Image Text:Problem D Job Expenses <Hide At ACME Corp, the seller Robin is selling software like hotcakes. To sell the software, he arranges meetings all over the country. Of course, he always needs to travel there, and sometimes even stay the night. Other times, he decides that a hot dog on the way to a meeting counts as accommodation. Because Robin is very busy, he hasn't been able to file his job expenses this month. Eret, the accountant, told him that he could fix it for him, as long as he got the price of all the expenses along with the receipts. Robin did this but misheard him: He has provided a list of all expenses and incomes he has brought in last month, with incomes as positive integers and expenses as negative integers. Can you help Eret find out how much expenses Robin has paid for the last month? Input The input consist of two lines: One line with the integer N, and one line with N integers kį, representing the numbers Robin has written down. Output Output the sum of all the expenses Robin has paid for the last month. Limits . 0≤ N20 000 -50 000 ≤ k < 500 000 and k; # 0
Expert Solution
steps

Step by step

Solved in 3 steps with 1 images

Blurred answer
Knowledge Booster
Probability Problems
Learn more about
Need a deep-dive on the concept behind this application? Look no further. Learn more about this topic, computer-science and related others by exploring similar questions and additional content below.
Recommended textbooks for you
Database System Concepts
Database System Concepts
Computer Science
ISBN:
9780078022159
Author:
Abraham Silberschatz Professor, Henry F. Korth, S. Sudarshan
Publisher:
McGraw-Hill Education
Starting Out with Python (4th Edition)
Starting Out with Python (4th Edition)
Computer Science
ISBN:
9780134444321
Author:
Tony Gaddis
Publisher:
PEARSON
Digital Fundamentals (11th Edition)
Digital Fundamentals (11th Edition)
Computer Science
ISBN:
9780132737968
Author:
Thomas L. Floyd
Publisher:
PEARSON
C How to Program (8th Edition)
C How to Program (8th Edition)
Computer Science
ISBN:
9780133976892
Author:
Paul J. Deitel, Harvey Deitel
Publisher:
PEARSON
Database Systems: Design, Implementation, & Manag…
Database Systems: Design, Implementation, & Manag…
Computer Science
ISBN:
9781337627900
Author:
Carlos Coronel, Steven Morris
Publisher:
Cengage Learning
Programmable Logic Controllers
Programmable Logic Controllers
Computer Science
ISBN:
9780073373843
Author:
Frank D. Petruzella
Publisher:
McGraw-Hill Education