ENIGMA-0x02 (2024) - J1 (Trip to Haroumpia)

View as PDF

Submit solution

Points: 100
Time limit: 1.0s
Memory limit: 64M

Authors:
Problem types
Allowed languages
Blockly, C, C++, Java, Pascal, Python

Trip to Haroumpia

Annoula is planning a trip to Haroumpia, where the currency is the "hahanolira." She has gathered some money and wants to calculate how many hahanoliras she will have. She knows that 1 euro is equal to 3 chachanoliras.

The input is Annoula's money in euros.

The output is her money in hahanoliras.

Example

Input

50

Output

150

Comments

There are no comments at the moment.