243 - Pass Exam
Pass Exam
Time Limit: 1 sec
The Problem
In HSC public exam M % (percent) examine failed in Math and E % failed in English. Also B % failed in both subject. Find the percentage (%) of students who will pass the exam.
The Input
The input file contains three integer numbers M, E, B (M, E, B<50).
The Output
Output will show the percentage of students are will be passed in a separate line.
Sample Input
49 48 20
Sample Output
23%
Problem Setter: Nezam Uddin