Answered step by step
Verified Expert Solution
Question
1 Approved Answer
using python In the Kingdom of AtCoder, there is a standardized test of competitive programming proficiency. An examinee will get a score out of 100
using python
In the Kingdom of AtCoder, there is a standardized test of competitive programming proficiency. An examinee will get a score out of 100 and obtain a rank according to the score, as follows: - Novice, for a score not less than 0 but less than 40 ; - Intermediate, for a score not less than 40 but less than 70 ; - Advanced, for a score not less than 70 but less than 90 ; - Expert, for a score not less than 90. Takahashi took this test and got X points. Find the minimum number of extra points needed to go up one rank higher. If, however, his rank was Expert, print expert, as there is no higher rank than that. Constraints - 0X100 - X is an integer. Input Input is given from Standard Input in the following format Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started