Save Patients
Practice
3.2 (137 votes)
Ad Hoc
Easy
Sorting
Problem
90% Success 20131 Attempts 20 Points 1s Time Limit 256MB Memory 1024 KB Max Code

A new deadly virus has infected large population of a planet. A brilliant scientist has discovered a new strain of virus which can cure this disease. Vaccine produced from this virus has various strength depending on midichlorians count. A person is cured only if midichlorians count in vaccine batch is more than midichlorians count of person. A doctor receives a new set of report which contains midichlorians count of each infected patient, Practo stores all vaccine doctor has and their midichlorians count. You need to determine if doctor can save all patients with the vaccines he has. The number of vaccines and patients are equal.

Input Format

First line contains the number of vaccines - N. Second line contains N integers, which are strength of vaccines. Third line contains N integers, which are midichlorians count of patients.

Output Format

Print a single line containing \('\;Yes\;'\) or \('\;No\;'\).

Input Constraint

\(1 < N < 10\)

Strength of vaccines and midichlorians count of patients fit in integer.

Problem Setter: Practo Tech Team

Please login to use the editor

You need to be logged in to access the code editor

Loading...

Please wait while we load the editor

Loading...
Results
Custom Input
Run your code to see the output
Submissions
Please login to view your submissions
Similar Problems
Points:20
76 votes
Tags:
AlgorithmsBasic ProgrammingBubble SortInput/OutputSorting
Points:20
81 votes
Tags:
Basic ProgrammingBrute-force searchBubble sort algorithmEasySorting
Points:20
49 votes
Tags:
AlgorithmsBubble sort algorithmEasySearchingSorting