Computer Science, asked by namrathagangadkar97, 9 months ago

Input Format
The first line of input consists of the number of ingredients, N

The second line of input consists of the N space-separated integers representing the quantity of each ingredient required to create a Powerpuff Girl.


The third line of input consists of the N space-separated integers representing the quantity of each ingredient present in the laboratory.



Constraints
1<= N <=10000000 (1e7)

0<= Quantity_of_ingredient <= LLONG_MAX



Output Format
Print the required output in a separate line.

Answers

Answered by ramjihmi
0

Answer:

Input format The first line of the input consists of a positive integer N, which corresponds to the number of ingredients. Next line contains N space-separated

The second line of input consists of the N space-separated integers representing the quantity of each ingredient required to create a Powerpuff Girl.

Similar questions