QOJ.ac

QOJ

Limite de temps : 1.0 s Limite de mémoire : 256 MB Points totaux : 100 Hackable ✓

#12566. V me 112.5

Statistiques

We regret to inform everyone that, due to the impact of the 125% US tariff, today's "V me 50" event is cancelled and changed to "V me 112.5".

Every Thursday, changes in tariff policy affect the fees that need to be paid. Given the current tariff percentage $x$, calculate the total amount you need to pay. The fee calculation rules are as follows:

  • Base fee is fixed at 50 Yuan.
  • Additional fee = Base fee $\times$ tariff percentage $x\%$.
  • Total fee = Base fee + Additional fee.

Input

An integer $x$ ($0 \le x \le 19198100$), representing the tariff rate as $x\%$.

Output

Output the total fee, rounded to three decimal places, in the format: Vivo [amount]

Examples

Input 1

100

Output 1

Vivo 100.000

Input 2

125

Output 2

Vivo 112.500

Input 3

735568

Output 3

Vivo 367834.000

Input 4

0

Output 4

Vivo 50.000

Discussions

About Discussions

The discussion section is only for posting: General Discussions (problem-solving strategies, alternative approaches), and Off-topic conversations.

This is NOT for reporting issues! If you want to report bugs or errors, please use the Issues section below.

Open Discussions 0
No discussions in this category.

Issues

About Issues

If you find any issues with the problem (statement, scoring, time/memory limits, test cases, etc.), you may submit an issue here. A problem moderator will review your issue.

Guidelines:

  1. This is not a place to publish discussions, editorials, or requests to debug your code. Issues are only visible to you and problem moderators.
  2. Do not submit duplicated issues.
  3. Issues must be filed in English or Chinese only.
Active Issues 0
No issues in this category.
Closed/Resolved Issues 0
No issues in this category.