Mock CCC '15 J2 - Lowest Exam Mark

View as PDF

Submit solution

Points: 5 (partial)
Time limit: 1.0s
Memory limit: 64M

Author:
Problem type
2015 Mock CCC by Alex and Timothy

It's midterm examination season! The most frequently asked question in high schools across Canada is, of course, "what is the lowest mark I have to get on the exam to end up with X\% overall?"

Berta currently has exactly P percent in her class and prepares to write an exam that will be worth W percent of her overall mark afterwards. Her goal is to reach a mark of Q percent after the exam. Note that after inputting Berta's exam mark, her teacher will round her overall mark (half-up) to the nearest percent to be displayed. What is the minimum mark that she must obtain on the exam to have an overall mark that rounds to Q percent or over?

Input Specification

Line 1 will contain P, the percentage mark she currently has.
Line 2 will contain Q, the percentage mark she would like to have.
Line 3 will contain W, the weight of the exam.
The input will only contain integers between 0 and 100, inclusive.

Output Specification

Output a single integer, the minimum integer percentage that must be obtained on the exam to reach a final mark that rounds to Q percent or greater. If this is not possible, Berta knows that the mark is probably not going to look good on her report card. In this case, you should output only the line DROP THE COURSE.

Sample Input 1

85
90
30

Sample Output 1

100

Explanation for Sample 1

Berta has an 85% and prepares to take her midterm exam that will be worth 30% of her final mark. Assuming she gets perfect on her exam, her overall mark will be 89.5% afterwards, which just barely rounds up to a 90% for her final mark.

Sample Input 2

36
50
20

Sample Output 2

DROP THE COURSE

Explanation for Sample 2

Here, Berta has a 36% and just wants to pass the course with a 50%. However, even with a perfect exam, she can only end up with 48.8% overall.


Comments


  • -11
    jaydenchu2003  commented on Dec. 6, 2019, 11:27 p.m.

    This comment is hidden due to too much negative feedback. Show it anyway.


  • 0
    Laurak121  commented on Nov. 18, 2018, 5:34 p.m.

    Is it possible that the inputs are decimals?


    • 2
      russellbrowman  commented on April 25, 2019, 4:18 a.m.

      no thei r integrslaurak121 😎😎😎😎


  • 1
    Pleedoh  commented on May 25, 2017, 1:57 a.m.

    What is test case #4? What am I doing wrong?


    • -2
      MattP77  commented on Jan. 6, 2018, 1:47 a.m.

      Did you figure it out? #4 says WA for me too.


      • 4
        TheZombieCloud  commented on Jan. 6, 2018, 2:18 a.m. edited

        If the exam mark required is a negative, that means you have to score worse than 0% to achieve the desired score. Since this question is asking for the minimum mark to achieve at least the desired score, you should just output 0%.


        • 0
          Laurak121  commented on Nov. 18, 2018, 5:28 p.m.

          Thanks for that


  • 5
    LOLWHATOMGBBQ  commented on Feb. 15, 2015, 5:25 p.m.

    What happens when W = 0?


    • 0
      Laurak121  commented on Nov. 21, 2018, 12:53 a.m.

      I don't get it.


    • 7
      Kirito  commented on April 30, 2016, 10:27 p.m.

      Then you have a very nice teacher.


    • 3
      FatalEagle  commented on Feb. 15, 2015, 6:14 p.m.

      No comment.


      • 7
        bobhob314  commented on Feb. 15, 2015, 8:44 p.m.

        What but there IS a comment?? Two actually... I'm confused can someone help me