Hakurei Reimu,the famous Shrine Maiden, has the superhuman ability to fight again Youkai. To dodge danmukus, she has the special ability to fly fast and stop. But, can your program can?
You are given a integer T. You need to stop the program as fast as possible after it runs T ms. Your program doesn't need to output anything or input anything else.
Write a program that:
One integer, T($0\leq T\leq 1000$)
Nothing
[In]
10
[Output]
[Explain]
If the program takes 15 ms to halt(t=5ms), it will have a rank S and 15pts will be given.
There are 20 testcases.
If your program takes t extra ms to halt. Your ranking will be given as follows:
max t | Rank | Score |
---|---|---|
<0 | Halt too early | 0 |
0 | SSS | 25 |
1 | SS | 20 |
5 | S | 15 |
20 | A | 10 |
50 | B | 8 |
100 | C | 5 |
200 | D | 3 |
500 | E | 2 |
999 | F | 1 |
1000 | F+ | 50 |